Package org.teamapps.ux.component.tree
Klasse TreeNodeInfoImpl<PARENT>
java.lang.Object
org.teamapps.ux.component.tree.TreeNodeInfoImpl<PARENT>
- Alle implementierten Schnittstellen:
TreeNodeInfo
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTreeNodeInfoImpl(PARENT parent) TreeNodeInfoImpl(PARENT parent, boolean isExpanded) TreeNodeInfoImpl(PARENT parent, boolean isExpanded, boolean selectable) TreeNodeInfoImpl(PARENT parent, boolean isExpanded, boolean selectable, boolean lazyChildren) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanWheter or not this node is initially expanded.booleanWhether or not this node has children that are not sent to the client directly but need to be lazy-loaded.booleanWhether or not this node is selectable by the user.
-
Konstruktordetails
-
TreeNodeInfoImpl
-
TreeNodeInfoImpl
-
TreeNodeInfoImpl
-
TreeNodeInfoImpl
public TreeNodeInfoImpl(PARENT parent, boolean isExpanded, boolean selectable, boolean lazyChildren)
-
-
Methodendetails
-
getParent
- Angegeben von:
getParentin SchnittstelleTreeNodeInfo
-
isExpanded
public boolean isExpanded()Beschreibung aus Schnittstelle kopiert:TreeNodeInfoWheter or not this node is initially expanded. The user can of course change the expansion state.- Angegeben von:
isExpandedin SchnittstelleTreeNodeInfo
-
isSelectable
public boolean isSelectable()Beschreibung aus Schnittstelle kopiert:TreeNodeInfoWhether or not this node is selectable by the user.- Angegeben von:
isSelectablein SchnittstelleTreeNodeInfo
-
isLazyChildren
public boolean isLazyChildren()Beschreibung aus Schnittstelle kopiert:TreeNodeInfoWhether or not this node has children that are not sent to the client directly but need to be lazy-loaded.- Angegeben von:
isLazyChildrenin SchnittstelleTreeNodeInfo
-