Uses of Class
com.jbstrap.ui.components.treeview.Treeview
Packages that use Treeview
-
Uses of Treeview in com.jbstrap.ui.components.treeview
Methods in com.jbstrap.ui.components.treeview that return TreeviewModifier and TypeMethodDescriptionTreeview.addComponent
(Component<?> component) No further component can be added to the treeview componentTreeview.addNode
(TreeviewNode node) Adds a node to the treeviewTreeview.addNodes
(TreeviewNode... nodes) Adds multiple nodes to the treeview componentfinal Treeview
Adds an ordering criterion to the criteria used for database queryfinal Treeview
Adds an ordering criterion to the list of criteria used for database queryTreeview.clear()
Deletes all data from the component and sets the component back to default.final Treeview
Treeview.closeAllNodes()
Closes all nodes in the tree.Treeview.fetchData()
Queries data from the database.protected final Treeview
TreeviewNode.getTreeview()
Gets theTreeview
component where the node is displayed.final Treeview
Treeview.openAllNodes()
Opens all the nodes in the tree.Treeview.removeComponent
(Component<?> component) No component can be removed from the treeview componentTreeview.removeNode
(TreeviewNode node) Removes a root node from the component.Treeview.removeNode
(String name) Removes a root node from the component by its name.Treeview.removeNodes
(TreeviewNode... nodes) Removes multiple root nodes from the component.Treeview.removeNodes
(String... names) Removes multiple root nodes from the component by name.Treeview.setAutoFetchData
(boolean autoFetch) Sets if the data is to be queried automatically from the database upon component loading This function is disabled by default, that is, data is only queried if the methodfetchData()
is called.Treeview.setColorColumnName
(String colorColumnName) Sets the name of the DataDescriptor column containing the node icon color.protected Treeview
Treeview.setCurrentNode
(TreeviewNode node) Treeview.setCustomFetch
(FetchEvent fetchEvent) Sets a custom query.final Treeview
Treeview.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the treeview DataDescriptorfinal Treeview
Treeview.setDataDescriptor
(DataDescriptor dataDescriptor, TreeviewNodeCreator nodeCreator) Sets the treeview DataDescriptor and defines an own node renderer implementationfinal Treeview
Treeview.setDefaultCriteria
(Criteria criteria) Sets the Default Criteria used for filtering the treeview items.Treeview.setDefaultFolderIcon
(Icon defaultFolderIcon) Sets the icon of the default collapsed folder If no expanded folder is specified, the icon specified here is used also as an expanded folder icon.Treeview.setDefaultFolderOpenIcon
(Icon defaultfolderOpenIcon) Sets the default expanded folder icon.final Treeview
Treeview.setDefaultIconColor
(String color) Sets the default icon colorTreeview.setDefaultItemIcon
(Icon defaultItemIcon) Sets the default icon for the leaf nodes.Treeview.setFilterCriteria
(Criteria criteria) If the treeview component retrieves its values from a DataDescriptor, a filter criterion to get the data must be specified.final Treeview
Treeview.setHighlightingCurrentNode
(Boolean hilightingCurrentNode) Sets if the clicked node is highlighted or not.Treeview.setIconColumnName
(String iconColumnName) Sets the name of the DataDescriptor containing the node icon In order to work properly, the DataDescriptor must contain a column by the name s specified here.Treeview.setIdColumnName
(String idColumnName) Sets the node ID column namefinal Treeview
Treeview.setNodeClickHandler
(TreeviewNodeClickEvent handler) Sets the implementation of the event handler associated with clicking on a node.final Treeview
Treeview.setNodeCloseHandler
(TreeviewNodeCloseEvent handler) Sets the implementation of the event handler associated with collapsing a parent nodefinal Treeview
Treeview.setNodeCreator
(TreeviewNodeCreator nodeCreator) Sets the node creator implementationfinal Treeview
Treeview.setNodeOpenHandler
(TreeviewNodeOpenEvent handler) Sets the implementation of the event handler associated with expanding a parent nodefinal Treeview
Treeview.setNodeSelectionChangedHandler
(TreeviewNodeSelectEvent handler) Sets the event handler associated with changing the selection of a node.Treeview.setParentColumnName
(String parentColumnName) Sets the name of the DataDescriptor column containing the parent node ID In order to work properly, the DataDescriptor must contain a column by the name specified here.Treeview.setSelectable
(boolean selectable) Enables/disables whether a treeview component is selectable By default, nodes are not selectable.Treeview.setSelectable
(boolean selectable, TreeviewSelectionTypes selectionType) Sets the selection mode for the treeview.Treeview.setSelectionType
(TreeviewSelectionTypes selectionType) Sets the selection mode for the treeview.Treeview.setTitleColumnName
(String titleColumnName) Sets the name of the DataDescriptor column containing the node label In order to work properly, the DataDescriptor must contain a column by the name specified here.