|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMenuItem | |
|---|---|
| org.cruxframework.crux.widgets.client.stackmenu | |
| Uses of StackMenuItem in org.cruxframework.crux.widgets.client.stackmenu |
|---|
| Methods in org.cruxframework.crux.widgets.client.stackmenu that return StackMenuItem | |
|---|---|
StackMenuItem |
StackMenuItem.getParentItem()
|
| Methods in org.cruxframework.crux.widgets.client.stackmenu that return types with arguments of type StackMenuItem | |
|---|---|
List<Filterable.FilterResult<StackMenuItem>> |
StackMenu.filter(String query)
|
List<StackMenuItem> |
StackMenu.getItems()
Returns all items. |
List<StackMenuItem> |
StackMenuItem.getSubItems()
|
| Methods in org.cruxframework.crux.widgets.client.stackmenu with parameters of type StackMenuItem | |
|---|---|
void |
StackMenuItem.add(StackMenuItem subItem)
Adds a child item. |
void |
StackMenu.add(StackMenuItem item)
Adds an item. |
void |
StackMenu.onSelectItem(StackMenuItem selectedItem)
|
void |
StackMenuItem.remove(StackMenuItem subItem)
Removes a child item. |
void |
StackMenu.remove(StackMenuItem item)
Removes an item. |
| Method parameters in org.cruxframework.crux.widgets.client.stackmenu with type arguments of type StackMenuItem | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
StackMenu.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<StackMenuItem> handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||