Uses of Interface
org.teamapps.ux.model.TreeModel
-
Packages that use TreeModel Package Description org.teamapps.ux.application.model org.teamapps.ux.component.field.combobox org.teamapps.ux.component.tree org.teamapps.ux.model -
-
Uses of TreeModel in org.teamapps.ux.application.model
Methods in org.teamapps.ux.application.model that return TreeModel Modifier and Type Method Description TreeModel<RECORD>AbstractPerspectiveDataModel. getTreeModel()TreeModel<ENTITY>PerspectiveDataModel. getTreeModel() -
Uses of TreeModel in org.teamapps.ux.component.field.combobox
Constructors in org.teamapps.ux.component.field.combobox with parameters of type TreeModel Constructor Description TagComboBox(TreeModel<RECORD> 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>
-