Module org.apache.wicket.extensions
Class NodeModel<T>
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeModel<T>
- Type Parameters:
T- type of nodes
- All Implemented Interfaces:
Serializable,IDetachable,IModel<T>,IWrapModel<T>,org.apache.wicket.util.io.IClusterable
A model wrapping the actual node model, carrying additional information about the parental
branches.
- Author:
- svenmeier
- See Also:
-
Constructor Details
-
NodeModel
Wrap the given model.- Parameters:
model- model to wrapbranches-
-
-
Method Details
-
getWrappedModel
Get the wrapped model.- Specified by:
getWrappedModelin interfaceIWrapModel<T>- Returns:
- wrapped model
-
getObject
-
setObject
-
detach
- Specified by:
detachin interfaceIDetachable- Specified by:
detachin interfaceIModel<T>- Specified by:
detachin interfaceIWrapModel<T>
-
getDepth
-
getBranches
-
hashCode
-
equals
-