|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
fa_menuCore
public abstract fa_menuCore
Aspect Menu
| Field Summary |
|---|
| Fields inherited from class fa_items |
|---|
AS_CHECK_BUTTON, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_RESET_BUTTON, AS_SEPARATOR, AS_SUBMIT_BUTTON |
| Method Summary | |
|---|---|
Object |
f_appendCheckItem(Object parentItem,
String id,
String label,
String value,
boolean checked,
String accessKey,
String tooltip,
boolean disabled,
boolean visible,
String acceleratorKey)
|
Object |
f_appendItem(Object parentItem,
String id,
String label,
String value,
String accessKey,
String tooltip,
boolean disabled,
boolean visible,
String acceleratorKey)
Add an item to a component. |
Object |
f_appendRadioItem(Object parentItem,
String id,
String groupName,
String label,
String value,
boolean checked,
String accessKey,
String tooltip,
boolean disabled,
boolean visible,
String acceleratorKey)
|
Object |
f_appendSeparatorItem(Object parentItem)
|
Object |
f_getCheckedItemInGroup(Object item)
Returns a list of items |
String |
f_getItemLabel(any item)
Returns the label of the item. |
Object[] |
f_listAllInGroup(Object item)
|
void |
f_removeAllItems(Object menuItem)
Remove all items |
void |
f_setItemLabel(any item,
String label)
Set the label of the item. |
| Methods inherited from class fa_itemClientDatas |
|---|
f_getItemByValue, f_getItemClientData, f_getItemClientDatas, f_setItemClientData |
| Methods inherited from class fa_groupName |
|---|
f_mapIntoGroup |
| Method Detail |
|---|
Object f_appendItem(Object parentItem,
String id,
String label,
String value,
String accessKey,
String tooltip,
boolean disabled,
boolean visible,
String acceleratorKey)
parentItem - Parent object or nullid - Identifier of the item. (can be null)label - Label of the item.value - Value of the item.accessKey - Access key of the item.tooltip - disabled - visible - acceleratorKey -
Object f_appendRadioItem(Object parentItem,
String id,
String groupName,
String label,
String value,
boolean checked,
String accessKey,
String tooltip,
boolean disabled,
boolean visible,
String acceleratorKey)
parentItem - Parent object or nullid - Identifier of the item. (can be null)groupName - Group name of the item.label - Label of the item.value - checked - accessKey - tooltip - disabled - visible - acceleratorKey - Object f_getCheckedItemInGroup(Object item)
item -
Object f_appendCheckItem(Object parentItem,
String id,
String label,
String value,
boolean checked,
String accessKey,
String tooltip,
boolean disabled,
boolean visible,
String acceleratorKey)
parentItem - Parent object or nullid - Identifier of the item. (can be null)label - Label of the item.value - checked - accessKey - tooltip - disabled - visible - acceleratorKey -
void f_setItemLabel(any item,
String label)
item - The value of the item, or the item object.label - Label of the item.Object[] f_listAllInGroup(Object item)
item - void f_removeAllItems(Object menuItem)
menuItem - Object f_appendSeparatorItem(Object parentItem)
parentItem - Parent object or nullString f_getItemLabel(any item)
item - The value of the item, or the item object.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||