| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.stackmenu |
| Modifier and Type | Method and Description |
|---|---|
StackMenuItem |
StackMenuItem.getParentItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Filterable.FilterResult<StackMenuItem>> |
StackMenu.filter(String query) |
List<StackMenuItem> |
StackMenu.getItems()
Returns all items.
|
List<StackMenuItem> |
StackMenuItem.getSubItems() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
StackMenu.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<StackMenuItem> handler) |
Copyright © 2014. All rights reserved.