|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- node typepublic interface ITreeDataProvider<T>
An adapter from a ITreeProvider
to a IDataProvider
.
Method Summary | |
---|---|
NodeModel<T> |
model(T node)
Wrap the given node in a NodeModel which provides additional branch information
needed by TreeColumn . |
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider |
---|
iterator, size |
Methods inherited from interface org.apache.wicket.model.IDetachable |
---|
detach |
Method Detail |
---|
NodeModel<T> model(T node)
NodeModel
which provides additional branch information
needed by TreeColumn
.
model
in interface IDataProvider<T>
node
- node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |