Uses of Class
org.xwiki.test.ui.po.BootstrapSwitch.State
-
Packages that use BootstrapSwitch.State Package Description org.xwiki.test.ui.po -
-
Uses of BootstrapSwitch.State in org.xwiki.test.ui.po
Methods in org.xwiki.test.ui.po that return BootstrapSwitch.State Modifier and Type Method Description BootstrapSwitch.State
BootstrapSwitch. getState()
static BootstrapSwitch.State
BootstrapSwitch.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static BootstrapSwitch.State[]
BootstrapSwitch.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.test.ui.po with parameters of type BootstrapSwitch.State Modifier and Type Method Description void
BootstrapSwitch. setState(BootstrapSwitch.State wantedState)
Set the state of the switch with the given value.
-