| Package | Description |
|---|---|
| com.databasesandlife.util.gwt.dropdownhierarchy.client |
| Modifier and Type | Method and Description |
|---|---|
static DropDownHierarchy<String> |
ExampleDropDownHierarchy.createExample() |
static <N> DropDownHierarchy<N> |
DropDownHierarchy.newIgnoreNotFound(DropDownHierarchy.NonLeafNode<N> rootNode,
N selectedNodeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DropDownHierarchy.ChangeListener.onDropDownHierarchyChange(DropDownHierarchy<N> source,
N newId,
DropDownHierarchy.LeafNode<N> newSelected)
The implementation does not need to call hier.setSelected(newId) with the new node
|
Copyright © 2003–2018. All rights reserved.