No further component can be added to the treeview component
Adds a node to the treeview
Adds multiple nodes to the treeview component
Adds an ordering criterion to the criteria used for database query
Adds an ordering criterion to the list of criteria used for database query
Deletes all data from the component and sets the component back to default.
Closes all nodes in the tree.
Queries data from the database.
Gets the
Treeview
component where the node is displayed.
Opens all the nodes in the tree.
No component can be removed from the treeview component
Removes a root node from the component.
Removes a root node from the component by its name.
Removes multiple root nodes from the component.
Removes multiple root nodes from the component by name.
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 method
fetchData()
is called.
Sets the name of the DataDescriptor column containing the node icon color.
Sets the treeview DataDescriptor
Sets the treeview DataDescriptor and defines an own node renderer implementation
Sets the Default Criteria used for filtering the treeview items.
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.
Sets the default expanded folder icon.
Sets the default icon color
Sets the default icon for the leaf nodes.
If the treeview component retrieves its values from a DataDescriptor, a filter criterion to get the data must be specified.
Sets if the clicked node is highlighted or not.
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.
Sets the node ID column name
Sets the implementation of the event handler associated with clicking on a node.
Sets the implementation of the event handler associated with collapsing a parent node
Sets the node creator implementation
Sets the implementation of the event handler associated with expanding a parent node
Sets the event handler associated with changing the selection of a node.
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.
Enables/disables whether a treeview component is selectable By default, nodes are not selectable.
Sets the selection mode for the treeview.
Sets the selection mode for the treeview.
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.