| Package | Description |
|---|---|
| com.phloc.commons.hierarchy |
| Modifier and Type | Method and Description |
|---|---|
EHierarchyCallbackReturn |
IHierarchyWalkerDynamicCallback.onItemAfterChildren(DATATYPE aItem)
Called after eventual children of the current item were iterated.
|
EHierarchyCallbackReturn |
DefaultHierarchyWalkerDynamicCallback.onItemAfterChildren(DATATYPE aItem) |
EHierarchyCallbackReturn |
IHierarchyWalkerDynamicCallback.onItemBeforeChildren(DATATYPE aItem)
Called before eventual children of the current item are iterated.
|
EHierarchyCallbackReturn |
DefaultHierarchyWalkerDynamicCallback.onItemBeforeChildren(DATATYPE aItem) |
static EHierarchyCallbackReturn |
EHierarchyCallbackReturn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EHierarchyCallbackReturn[] |
EHierarchyCallbackReturn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2014 phloc systems. All rights reserved.