Uses of Enum Class
com.jbstrap.ui.components.treeview.TreeviewSelectionTypes
-
Uses of TreeviewSelectionTypes in com.jbstrap.ui.components.treeview
Modifier and TypeMethodDescriptionTreeview.getSelectionType()
Gets the selection mode for the treeview componentstatic TreeviewSelectionTypes
Returns the enum constant of this class with the specified name.static TreeviewSelectionTypes[]
TreeviewSelectionTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTreeview.setSelectable
(boolean selectable, TreeviewSelectionTypes selectionType) Sets the selection mode for the treeview.Treeview.setSelectionType
(TreeviewSelectionTypes selectionType) Sets the selection mode for the treeview.