com.waveset.ui
Class EditForm.CheckboxTree.TreeNode
java.lang.Object
com.waveset.ui.EditForm.CheckboxTree.TreeNode
- Enclosing class:
- EditForm.CheckboxTree
- public static class EditForm.CheckboxTree.TreeNode
- extends java.lang.Object
A node in the tree. Currently nothing more than a label and a
list of children nodes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditForm.CheckboxTree.TreeNode
public EditForm.CheckboxTree.TreeNode(java.lang.String label)
EditForm.CheckboxTree.TreeNode
public EditForm.CheckboxTree.TreeNode(java.lang.String label,
boolean checked)
addChild
public void addChild(java.lang.String label)
addChild
public void addChild(java.lang.String label,
boolean checked)
addChild
public void addChild(EditForm.CheckboxTree.TreeNode node)
getLabel
public java.lang.String getLabel()
getChildren
public java.util.ArrayList getChildren()
isChecked
public boolean isChecked()