|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITreeStateListener | |
|---|---|
| org.apache.wicket.markup.html.tree | Package for Tree components. |
| Uses of ITreeStateListener in org.apache.wicket.markup.html.tree |
|---|
| Classes in org.apache.wicket.markup.html.tree that implement ITreeStateListener | |
|---|---|
class |
AbstractTree
This class encapsulates the logic for displaying and (partial) updating the tree. |
class |
BaseTree
An abstract Tree component that should serve as a base for custom Tree Components. |
class |
LabelTree
Simple tree component that uses label to render tree node. |
class |
LinkTree
Simple tree component that provides node panel with link allowing user to select individual nodes. |
| Methods in org.apache.wicket.markup.html.tree with parameters of type ITreeStateListener | |
|---|---|
void |
DefaultTreeState.addTreeStateListener(ITreeStateListener l)
|
void |
ITreeState.addTreeStateListener(ITreeStateListener l)
Adds a tree state listener. |
void |
DefaultTreeState.removeTreeStateListener(ITreeStateListener l)
|
void |
ITreeState.removeTreeStateListener(ITreeStateListener l)
Removes a tree state listener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||