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<HTMLInputElementBuilder<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 Switchstatic SwitchSwitch.that()Switch.value(boolean checked) Same as value(checked, false)Switch.value(boolean checked, boolean fireEvent) Sets thecheckedattribute of the input element.Method parameters in org.patternfly.component.switch_ with type arguments of type Switch