Uses of Enum Class
com.jbstrap.ui.components.treeview.TreeviewNodeState
-
Uses of TreeviewNodeState in com.jbstrap.ui.components.treeview
Modifier and TypeMethodDescriptionTreeviewNode.getState()
Gets the node state.static TreeviewNodeState
Returns the enum constant of this class with the specified name.static TreeviewNodeState[]
TreeviewNodeState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal TreeviewNode
TreeviewNode.setState
(TreeviewNodeState state) Sets the node state.