Uses of Class
org.primefaces.component.inputswitch.InputSwitchBase.PropertyKeys
-
Packages that use InputSwitchBase.PropertyKeys Package Description org.primefaces.component.inputswitch -
-
Uses of InputSwitchBase.PropertyKeys in org.primefaces.component.inputswitch
Methods in org.primefaces.component.inputswitch that return InputSwitchBase.PropertyKeys Modifier and Type Method Description static InputSwitchBase.PropertyKeysInputSwitchBase.PropertyKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static InputSwitchBase.PropertyKeys[]InputSwitchBase.PropertyKeys. values()Returns an array containing the constants of this enum type, in the order they are declared.
-