Uses of Interface
org.teamapps.ux.model.BaseTreeModel
-
Packages that use BaseTreeModel Package Description org.teamapps.ux.component.field.combobox org.teamapps.ux.component.tree org.teamapps.ux.model -
-
Uses of BaseTreeModel in org.teamapps.ux.component.field.combobox
Methods in org.teamapps.ux.component.field.combobox that return BaseTreeModel Modifier and Type Method Description BaseTreeModelAbstractComboBox. getModel()Methods in org.teamapps.ux.component.field.combobox with parameters of type BaseTreeModel Modifier and Type Method Description voidAbstractComboBox. setModel(BaseTreeModel<RECORD> model)Constructors in org.teamapps.ux.component.field.combobox with parameters of type BaseTreeModel Constructor Description AbstractComboBox(BaseTreeModel<RECORD> model)ComboBox(BaseTreeModel<RECORD> model) -
Uses of BaseTreeModel in org.teamapps.ux.component.tree
Classes in org.teamapps.ux.component.tree that implement BaseTreeModel Modifier and Type Class Description classSimpleTreeModel<PAYLOAD> -
Uses of BaseTreeModel in org.teamapps.ux.model
Subinterfaces of BaseTreeModel in org.teamapps.ux.model Modifier and Type Interface Description interfaceTreeModel<RECORD>Classes in org.teamapps.ux.model that implement BaseTreeModel Modifier and Type Class Description classAbstractTreeModel<RECORD>
-