Uses of Class
org.patternfly.component.switch_.Switch
Packages that use Switch
-
Uses of Switch in org.patternfly.component.switch_
Methods in org.patternfly.component.switch_ that return SwitchModifier and TypeMethodDescriptionSwitch.applyTo
(Consumer<InputElementBuilder<HTMLInputElement>> consumer) Provides access to the underlying checkbox element using a fluent API styleSwitch.checkIcon()
Same as checkIcon(true)Switch.checkIcon
(boolean checkIcon) Switch.disabled
(boolean disabled) Switch.onChange
(ChangeHandler<Switch, Boolean> changeHandler) Switch.readonly
(boolean readonly) Switch.reversed()
Same as reversed(true)Switch.reversed
(boolean reversed) static Switch
static Switch
Switch.that()
Switch.value
(boolean checked) Same as value(checked, false)Switch.value
(boolean checked, boolean fireEvent) Sets thechecked
attribute of the input element.Method parameters in org.patternfly.component.switch_ with type arguments of type Switch