Uses of Interface
org.teamapps.ux.component.tree.TreeNodeInfoExtractor
Packages that use TreeNodeInfoExtractor
Package
Description
-
Uses of TreeNodeInfoExtractor in org.teamapps.ux.component.field.combobox
Methods in org.teamapps.ux.component.field.combobox with parameters of type TreeNodeInfoExtractorModifier and TypeMethodDescriptionstatic <R> ComboBox<R> ComboBox.createForList(List<R> staticData, TreeNodeInfoExtractor<R> treeNodeInfoExtractor) static <R> TagComboBox<R> TagComboBox.createForList(List<R> staticData, TreeNodeInfoExtractor<R> treeNodeInfoExtractor) -
Uses of TreeNodeInfoExtractor in org.teamapps.ux.component.tree
Classes in org.teamapps.ux.component.tree that implement TreeNodeInfoExtractor -
Uses of TreeNodeInfoExtractor in org.teamapps.ux.model
Subinterfaces of TreeNodeInfoExtractor in org.teamapps.ux.modelModifier and TypeInterfaceDescriptioninterfaceBaseTreeModel<RECORD>interfaceComboBoxModel<RECORD>interfaceTreeModel<RECORD>Classes in org.teamapps.ux.model that implement TreeNodeInfoExtractor