Uses of Class
com.saperion.ngc.iform.tristate.Tristate.Tristates
-
Packages that use Tristate.Tristates Package Description com.saperion.ngc.iform.tristate Package for iForm tristate components. -
-
Uses of Tristate.Tristates in com.saperion.ngc.iform.tristate
Methods in com.saperion.ngc.iform.tristate that return Tristate.Tristates Modifier and Type Method Description Tristate.Tristates
Tristate. getValue()
static Tristate.Tristates
Tristate.Tristates. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Tristate.Tristates[]
Tristate.Tristates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.iform.tristate with parameters of type Tristate.Tristates Modifier and Type Method Description void
Tristate. setValue(Tristate.Tristates val)
-