Uses of Class
org.patternfly.component.switch_.Switch
Packages that use Switch
Package
Description
Provides a switch (toggle) component for binary on/off selections.
-
Uses of Switch in org.patternfly.component.switch_
Subclasses with type arguments of type Switch in org.patternfly.component.switch_Modifier and TypeClassDescriptionclassA switch toggles the state of a setting (between on and off).Classes in org.patternfly.component.switch_ that implement interfaces with type arguments of type SwitchModifier and TypeClassDescriptionclassA switch toggles the state of a setting (between on and off).classA switch toggles the state of a setting (between on and off).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.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