Uses of Interface
org.teamapps.ux.model.TreeModel
-
Packages that use TreeModel Package Description org.teamapps.ux.component.tree org.teamapps.ux.model -
-
Uses of TreeModel in org.teamapps.ux.component.tree
Classes in org.teamapps.ux.component.tree that implement TreeModel Modifier and Type Class Description classSimpleTreeModel<PAYLOAD>Methods in org.teamapps.ux.component.tree that return TreeModel Modifier and Type Method Description TreeModel<RECORD>Tree. getModel()Methods in org.teamapps.ux.component.tree with parameters of type TreeModel Modifier and Type Method Description voidTree. setModel(TreeModel<RECORD> model)Constructors in org.teamapps.ux.component.tree with parameters of type TreeModel Constructor Description Tree(TreeModel<RECORD> model) -
Uses of TreeModel in org.teamapps.ux.model
Classes in org.teamapps.ux.model that implement TreeModel Modifier and Type Class Description classAbstractTreeModel<RECORD>classListTreeModel<RECORD>
-