Uses of Interface
org.teamapps.ux.component.tree.TreeNodeInfo
-
Packages that use TreeNodeInfo Package Description org.teamapps.ux.component.node org.teamapps.ux.component.template org.teamapps.ux.component.tree org.teamapps.ux.model -
-
Uses of TreeNodeInfo in org.teamapps.ux.component.node
Subinterfaces of TreeNodeInfo in org.teamapps.ux.component.node Modifier and Type Interface Description interfaceTreeNode -
Uses of TreeNodeInfo in org.teamapps.ux.component.template
Classes in org.teamapps.ux.component.template that implement TreeNodeInfo Modifier and Type Class Description classBaseTemplateTreeNode<PAYLOAD> -
Uses of TreeNodeInfo in org.teamapps.ux.component.tree
Classes in org.teamapps.ux.component.tree that implement TreeNodeInfo Modifier and Type Class Description classTreeNodeInfoImpl<PARENT>Methods in org.teamapps.ux.component.tree that return TreeNodeInfo Modifier and Type Method Description TreeNodeInfoTreeNodeInfoExtractor. getTreeNodeInfo(RECORD record) -
Uses of TreeNodeInfo in org.teamapps.ux.model
Methods in org.teamapps.ux.model that return TreeNodeInfo Modifier and Type Method Description default TreeNodeInfoBaseTreeModel. getTreeNodeInfo(RECORD record)TreeNodeInfoListTreeModel. getTreeNodeInfo(RECORD record)Method parameters in org.teamapps.ux.model with type arguments of type TreeNodeInfo Modifier and Type Method Description voidListTreeModel. setTreeNodeInfoFunction(java.util.function.Function<RECORD,TreeNodeInfo> treeNodeInfoFunction)
-