| Package | com.ericfeminella.ui |
| Class | public final class ContextMenuItemClient |
ConfigurableContextMenuBuilder utilizes to
create an instance of ConfigurableContectMenu
ContextMenuItemClient is a simple object which
is intened to wrap a ContextMenuItem with its
associated listener Function
See also
| Property | Defined by | ||
|---|---|---|---|
| listener : Function
Defines the listener function which is to handle the ContextMenuItem
MENU_ITEM_SELECT event
| ContextMenuItemClient | ||
| menuItem : ContextMenuItem
Defines a reference to the
ContextMenuItem in which
ContextMenuItemClient wraps
| ContextMenuItemClient | ||
| Method | Defined by | ||
|---|---|---|---|
|
ContextMenuItemClient(menuItem:ContextMenuItem, listener:Function)
Creates an instance of
ContextMenuItemClient
| ContextMenuItemClient | ||
| listener | property |
public var listener:Function
Defines the listener function which is to handle the ContextMenuItem
MENU_ITEM_SELECT event
| menuItem | property |
public var menuItem:ContextMenuItem
Defines a reference to the ContextMenuItem in which
ContextMenuItemClient wraps
| ContextMenuItemClient | () | constructor |
public function ContextMenuItemClient(menuItem:ContextMenuItem, listener:Function)
Creates an instance of ContextMenuItemClient
menuItem:ContextMenuItem — in which to wrap
|
|
listener:Function — which is to be applied to the ContextMenuItem
|