|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.CharMenuItemInfo
Each CharMenuItemInfo
represents an
individual menu item of a list menu. In this context, a menu item can be a value (a leaf-level
item) or another menu (a top- or intermediate-level item).
Constructor Summary | |
CharMenuItemInfo(NameID label,
CharMenuInfo childMenu)
|
|
CharMenuItemInfo(NameID label,
java.lang.String menuItem)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.Object |
getContents()
Returns value associated with the menu item. |
NameID |
getLabel()
Returns label that identifies the menu item. |
int |
getType()
Returns the type of character menu item. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CharMenuItemInfo(NameID label, java.lang.String menuItem)
public CharMenuItemInfo(NameID label, CharMenuInfo childMenu)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public int getType()
Constants.AR_MENU_TYPE_NONE
).
Constants.AR_MENU_TYPE_VALUE
).
Constants.AR_MENU_TYPE_MENU
).
public NameID getLabel()
public java.lang.Object getContents()
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |