wicket.extensions.markup.html.tree |
wicket.extensions.markup.html.tree package
Package for Tree components.
This tree will be moved to the core project (wicket.markup.html.tree) for
Wicket 2.0 and will serve as Wicket's default tree component,
and the tree that is now in that package will be moved here.
|
Java Source File Name | Type | Comment |
AbstractTree.java | Class | This class encapsulates the logic for displaying and (partial) updating the
tree. |
DefaultAbstractTree.java | Class | Tree class that contains convenient functions related to presentation of the
tree, which includes junction link, tree item selection link, spacers (with
lines) and default tree item and folder icons.
The class itself adds no component to tree items. |
DefaultTreeState.java | Class | Default implementation of TreeState. |
ITreeState.java | Interface | Tree state holds information about a tree such as which nodes are expanded /
collapsed and which nodes are selected, It can also fire callbacks on
listener in case any of the information changed. |
ITreeStateListener.java | Interface | Methods this interface are called when tree state is changing. |
Tree.java | Class | A complete tree implementation where three item consists of junction link,
icon and label. |