Uses of Class
org.patternfly.component.switch_.Switch
-
Packages that use Switch Package Description org.patternfly.component.switch_ -
-
Uses of Switch in org.patternfly.component.switch_
Methods in org.patternfly.component.switch_ that return Switch Modifier and Type Method Description SwitchSwitch. applyTo(Consumer<InputElementBuilder<HTMLInputElement>> consumer)Provides access to the underlying checkbox element using a fluent API styleSwitchSwitch. ariaLabel(String label)SwitchSwitch. checkIcon()Same as checkIcon(boolean) checkIcon(true)}SwitchSwitch. checkIcon(boolean checkIcon)SwitchSwitch. disabled(boolean disabled)SwitchSwitch. label(String label)SwitchSwitch. label(String labelOn, String labelOff)SwitchSwitch. onChange(ChangeHandler<Switch,Boolean> changeHandler)SwitchSwitch. reversed()Same as reversed(true)SwitchSwitch. reversed(boolean reversed)static SwitchSwitch. switch_(String id, String name)static SwitchSwitch. switch_(String id, String name, boolean checked)SwitchSwitch. that()SwitchSwitch. value(boolean checked)Same as value(checked, false)SwitchSwitch. value(boolean checked, boolean fireEvent)Sets thecheckedattribute of the input element.Method parameters in org.patternfly.component.switch_ with type arguments of type Switch Modifier and Type Method Description SwitchSwitch. onChange(ChangeHandler<Switch,Boolean> changeHandler)
-