org.apache.wicket.markup.html.tree |
wicket.extensions.markup.html.tree package
Package for Tree components.
|
Java Source File Name | Type | Comment |
AbstractTree.java | Class | This class encapsulates the logic for displaying and (partial) updating the
tree. |
BaseTree.java | Class | An abstract Tree component that should serve as a base for custom Tree
Components. |
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. |
LabelIconPanel.java | Class | Simple panel that contains an icon next to a label. |
LabelTree.java | Class | Simple tree component that uses label to render tree node. |
LinkIconPanel.java | Class | Simple panel that contains a link with icon and a link with a label. |
LinkTree.java | Class | Simple tree component that provides node panel with link allowing user to
select individual nodes. |