Uses of Class
org.teamapps.ux.component.field.TextMatchingMode
| Package | Description |
|---|---|
| org.teamapps.ux.component.field | |
| org.teamapps.ux.component.field.combobox |
-
Uses of TextMatchingMode in org.teamapps.ux.component.field
Methods in org.teamapps.ux.component.field that return TextMatchingMode Modifier and Type Method Description static TextMatchingModeTextMatchingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextMatchingMode[]TextMatchingMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextMatchingMode in org.teamapps.ux.component.field.combobox
Methods in org.teamapps.ux.component.field.combobox that return TextMatchingMode Modifier and Type Method Description TextMatchingModeAbstractComboBox. getTextMatchingMode()Methods in org.teamapps.ux.component.field.combobox with parameters of type TextMatchingMode Modifier and Type Method Description voidAbstractComboBox. setTextMatchingMode(TextMatchingMode textMatchingMode)