| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates the item
|
void |
activate(boolean activateParent)
Activates the item
|
ParentTreeItem<T> |
expand()
Expands the tree item
|
ParentTreeItem<T> |
expand(boolean expandParent)
Expands the tree item
|
T |
getActiveItem() |
TreeItemFilter<T> |
getFilter() |
Optional<T> |
getParent() |
List<T> |
getSubItems() |
Tree |
getTreeRoot() |
boolean |
isAutoExpandFound() |
void |
removeItem(T item)
Removes item
|
void |
setActiveItem(T activeItem)
Activates the item representing the value
|
void |
setActiveItem(T activeItem,
boolean silent)
Activates the item representing the value
|
T getActiveItem()
void setActiveItem(T activeItem)
activeItem - the value of the item to activatevoid setActiveItem(T activeItem, boolean silent)
activeItem - the value of the item to activatesilent - true to not notify listenersboolean isAutoExpandFound()
ParentTreeItem<T> expand()
ParentTreeItem<T> expand(boolean expandParent)
expandParent - true to expand the parent of the itemvoid activate()
void activate(boolean activateParent)
activateParent - true to activate parentvoid removeItem(T item)
item - the item valueTreeItemFilter<T> getFilter()
TreeItemFilterCopyright © 2019–2022 Dominokit. All rights reserved.