Package io.vertigo.ui.impl.quasar.tree
Class TreeNode
java.lang.Object
io.vertigo.ui.impl.quasar.tree.TreeNode
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()getKey()getLabel()getValue()voidsetChildren(List<TreeNode> children) voidvoidsetDisabled(Boolean disabled) voidsetExpandable(Boolean expandable) voidvoidvoidvoidvoidsetSelectable(Boolean selectable) voidsetTickable(Boolean tickable) void
-
Constructor Details
-
TreeNode
public TreeNode()
-
-
Method Details
-
getKey
- Returns:
- the key
-
setKey
- Parameters:
key- the key to set
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label- the label to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getChildren
- Returns:
- the children
-
setChildren
- Parameters:
children- the children to set
-
getHeader
- Returns:
- the header
-
setHeader
- Parameters:
header- the header to set
-
getData
- Returns:
- the data
-
setData
- Parameters:
data- the data to set
-
getDisabled
- Returns:
- the disabled
-
setDisabled
- Parameters:
disabled- the disabled to set
-
getTickable
- Returns:
- the tickable
-
setTickable
- Parameters:
tickable- the tickable to set
-
getNoTick
- Returns:
- the noTick
-
setNoTick
- Parameters:
noTick- the noTick to set
-
getExpandable
- Returns:
- the expandable
-
setExpandable
- Parameters:
expandable- the expandable to set
-
getSelectable
- Returns:
- the selectable
-
setSelectable
- Parameters:
selectable- the selectable to set
-