Uses of Class
com.saperion.ngc.iform.FieldSearchMode
-
Packages that use FieldSearchMode Package Description com.saperion.ngc.iform Package for main iForm components. -
-
Uses of FieldSearchMode in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return FieldSearchMode Modifier and Type Method Description FieldSearchMode
FieldResultBean. getSearchMode()
static FieldSearchMode
FieldSearchMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldSearchMode[]
FieldSearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.iform with parameters of type FieldSearchMode Modifier and Type Method Description void
FieldResultBean. setSearchMode(FieldSearchMode searchMode)
Sets the search mode for this field.
-