Uses of Class
org.patternfly.component.togglegroup.ToggleGroup
Packages that use ToggleGroup
-
Uses of ToggleGroup in org.patternfly.component.togglegroup
Subclasses with type arguments of type ToggleGroup in org.patternfly.component.togglegroupModifier and TypeClassDescriptionclassA toggle group is a group of controls that can be used to quickly switch between actions or states.Classes in org.patternfly.component.togglegroup that implement interfaces with type arguments of type ToggleGroupModifier and TypeClassDescriptionclassA toggle group is a group of controls that can be used to quickly switch between actions or states.classA toggle group is a group of controls that can be used to quickly switch between actions or states.classA toggle group is a group of controls that can be used to quickly switch between actions or states.Methods in org.patternfly.component.togglegroup that return ToggleGroupModifier and TypeMethodDescriptionToggleGroup.add(ToggleGroupItem item) ToggleGroup.disabled(boolean disabled) ToggleGroup.onAdd(BiConsumer<ToggleGroup, ToggleGroupItem> onAdd) ToggleGroup.onMultiSelect(MultiSelectHandler<ToggleGroup, ToggleGroupItem> selectHandler) ToggleGroup.onRemove(BiConsumer<ToggleGroup, ToggleGroupItem> onRemove) ToggleGroup.onSingleSelect(SelectHandler<ToggleGroupItem> selectHandler) ToggleGroup.that()static ToggleGroupToggleGroup.toggleGroup(SelectionMode selectionMode) Method parameters in org.patternfly.component.togglegroup with type arguments of type ToggleGroupModifier and TypeMethodDescriptionToggleGroup.onAdd(BiConsumer<ToggleGroup, ToggleGroupItem> onAdd) ToggleGroup.onMultiSelect(MultiSelectHandler<ToggleGroup, ToggleGroupItem> selectHandler) ToggleGroup.onRemove(BiConsumer<ToggleGroup, ToggleGroupItem> onRemove)