| Package | Description |
|---|---|
| com.databasesandlife.util.gwt.dropdownhierarchy.client |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DropDownHierarchy.LeafNode<N> |
static interface |
DropDownHierarchy.NonLeafNode<N> |
| Modifier and Type | Method and Description |
|---|---|
DropDownHierarchy.Node<N>[] |
DropDownHierarchy.NonLeafNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
protected static <N> DropDownHierarchy.LeafNode<N> |
DropDownHierarchy.findAnyLeafNodeUnder(DropDownHierarchy.Node<N> parent) |
protected boolean |
DropDownHierarchy.isChildOf(DropDownHierarchy.Node<N> child,
DropDownHierarchy.Node<N> potentialParent) |
protected boolean |
DropDownHierarchy.isChildOf(DropDownHierarchy.Node<N> child,
DropDownHierarchy.Node<N> potentialParent) |
Copyright © 2003–2018. All rights reserved.