wicket.markup.html.tree |
wicket.extensions.markup.html.tree package
Package for Tree components.
This tree will be moved to extensions
(wicket.extensions.markup.html.tree) for Wicket 2.0, and the tree that
is now in that package will be moved here and made the default tree for
the Wicket core package.
|
Java Source File Name | Type | Comment |
AbstractTree.java | Class | Base component for trees. |
AbstractTreePage.java | Class | Base page class for tree tests. |
BorderedPage.java | Class | Base page with norder. |
MyTree.java | Class | tree implementation. |
PageBorder.java | Class | Border component. |
SelectedPathReplacementModel.java | Class | Replacement model that looks up whether the current row is the active one. |
Tree.java | Class | An tree that renders as a flat (not-nested) list, using spacers for
indentation and nodes at the end of one row.
The visible tree rows are put in one flat list. |
TreePage.java | Class | |
TreePageNoHtmlHead.java | Class | |
TreePageNoWicketHeadTag.java | Class | |
TreePageWithBorder.java | Class | Examples that shows how you can display a tree like structure (in this case
nested lists with string elements) using nested panels and using a tree
component. |
TreeState.java | Class | Holder and handler for tree state.
This class is largely based on
javax.swing.tree.FixedHeightLayoutCache from JDK 1.5_01. |
TreeTest.java | Class | Test for the Tree component. |