Uses of Class
org.teamapps.ux.component.field.TextMatchingMode
-
Packages that use TextMatchingMode Package Description org.teamapps.ux.component.field org.teamapps.ux.component.field.combobox org.teamapps.ux.component.tree -
-
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) -
Uses of TextMatchingMode in org.teamapps.ux.component.tree
Methods in org.teamapps.ux.component.tree that return TextMatchingMode Modifier and Type Method Description TextMatchingModeTree. getTextMatchingMode()Methods in org.teamapps.ux.component.tree with parameters of type TextMatchingMode Modifier and Type Method Description voidTree. setTextMatchingMode(TextMatchingMode textMatchingMode)
-