Package org.teamapps.ux.component.tree
Class TreeNodeInfoImpl<PARENT>
java.lang.Object
org.teamapps.ux.component.tree.TreeNodeInfoImpl<PARENT>
- All Implemented Interfaces:
TreeNodeInfo
public class TreeNodeInfoImpl<PARENT> extends java.lang.Object implements TreeNodeInfo
-
Constructor Summary
Constructors Constructor Description TreeNodeInfoImpl(PARENT parent)TreeNodeInfoImpl(PARENT parent, boolean isExpanded)TreeNodeInfoImpl(PARENT parent, boolean isExpanded, boolean lazyChildren) -
Method Summary
Modifier and Type Method Description PARENTgetParent()booleanisExpanded()booleanisLazyChildren()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TreeNodeInfoImpl
-
TreeNodeInfoImpl
-
TreeNodeInfoImpl
-
-
Method Details
-
getParent
- Specified by:
getParentin interfaceTreeNodeInfo
-
isExpanded
public boolean isExpanded()- Specified by:
isExpandedin interfaceTreeNodeInfo
-
isLazyChildren
public boolean isLazyChildren()- Specified by:
isLazyChildrenin interfaceTreeNodeInfo
-