Uses of Class
org.patternfly.component.togglegroup.ToggleGroupItem
Packages that use ToggleGroupItem
Package
Description
Provides a toggle group component for selecting one or multiple options from a group of buttons.
-
Uses of ToggleGroupItem in org.patternfly.component.togglegroup
Subclasses with type arguments of type ToggleGroupItem in org.patternfly.component.togglegroupModifier and TypeClassDescriptionclassAn individual toggle button within aToggleGroupcomponent.Classes in org.patternfly.component.togglegroup that implement interfaces with type arguments of type ToggleGroupItemModifier and TypeClassDescriptionclassA toggle group is a group of controls that can be used to quickly switch between actions or states.classAn individual toggle button within aToggleGroupcomponent.classAn individual toggle button within aToggleGroupcomponent.classAn individual toggle button within aToggleGroupcomponent.classAn individual toggle button within aToggleGroupcomponent.classAn individual toggle button within aToggleGroupcomponent.classAn individual toggle button within aToggleGroupcomponent.classAn individual toggle button within aToggleGroupcomponent.Methods in org.patternfly.component.togglegroup that return ToggleGroupItemModifier and TypeMethodDescriptionToggleGroupItem.disabled(boolean disabled) ToggleGroupItem.iconAndText(Element icon, String text, IconPosition iconPosition) ToggleGroupItem.onClick(ComponentHandler<ToggleGroupItem> clickHandler) ToggleGroupItem.removeIcon()<T> ToggleGroupItemToggleGroupItem.that()static ToggleGroupItemToggleGroupItem.toggleGroupItem(String identifier) static ToggleGroupItemToggleGroupItem.toggleGroupItem(String identifier, String text) Methods in org.patternfly.component.togglegroup that return types with arguments of type ToggleGroupItemMethods in org.patternfly.component.togglegroup with parameters of type ToggleGroupItemModifier and TypeMethodDescriptionToggleGroup.add(ToggleGroupItem item) voidToggleGroup.select(ToggleGroupItem item) voidToggleGroup.select(ToggleGroupItem item, boolean selected) voidToggleGroup.select(ToggleGroupItem item, boolean selected, boolean fireEvent) voidToggleGroup.updateItem(ToggleGroupItem item) Method parameters in org.patternfly.component.togglegroup with type arguments of type ToggleGroupItemModifier and TypeMethodDescriptionToggleGroup.onAdd(AddItemHandler<ToggleGroup, ToggleGroupItem> onAdd) ToggleGroupItem.onClick(ComponentHandler<ToggleGroupItem> clickHandler) ToggleGroup.onMultiSelect(MultiSelectHandler<ToggleGroup, ToggleGroupItem> selectHandler) ToggleGroup.onRemove(RemoveItemHandler<ToggleGroup, ToggleGroupItem> onRemove) ToggleGroup.onSingleSelect(SelectHandler<ToggleGroupItem> selectHandler) ToggleGroup.onUpdate(UpdateItemHandler<ToggleGroup, ToggleGroupItem> onUpdate)