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 FieldSearchModeFieldResultBean. getSearchMode()static FieldSearchModeFieldSearchMode. 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 voidFieldResultBean. setSearchMode(FieldSearchMode searchMode)Sets the search mode for this field.
-