Uses of Class
org.teamapps.ux.component.field.combobox.TagComboBox
| Package | Description |
|---|---|
| org.teamapps.ux.component.field.combobox |
-
Uses of TagComboBox in org.teamapps.ux.component.field.combobox
Methods in org.teamapps.ux.component.field.combobox that return TagComboBox Modifier and Type Method Description static <ENUM extends java.lang.Enum>
TagComboBox<ENUM>TagComboBox. createForEnum(java.lang.Class<ENUM> enumClass)static <R> TagComboBox<R>TagComboBox. createForList(java.util.List<R> staticData)static <R> TagComboBox<R>TagComboBox. createForList(java.util.List<R> staticData, Template template)static <R> TagComboBox<R>TagComboBox. createForList(java.util.List<R> staticData, TreeNodeInfoExtractor<R> treeNodeInfoExtractor)