Uses of Class
org.patternfly.component.toolbar.ToolbarToggleGroup
Packages that use ToolbarToggleGroup
-
Uses of ToolbarToggleGroup in org.patternfly.component.toolbar
Subclasses with type arguments of type ToolbarToggleGroup in org.patternfly.component.toolbarClasses in org.patternfly.component.toolbar that implement interfaces with type arguments of type ToolbarToggleGroupMethods in org.patternfly.component.toolbar that return ToolbarToggleGroupModifier and TypeMethodDescriptionToolbarToggleGroup.add(ToolbarGroup group) ToolbarToggleGroup.add(ToolbarItem item) ToolbarToggleGroup.addDivider()ToolbarToggleGroup.addGroup(ToolbarGroup group) ToolbarToggleGroup.onAdd(BiConsumer<ToolbarToggleGroup, ToolbarItem> onAdd) ToolbarToggleGroup.onRemove(BiConsumer<ToolbarToggleGroup, ToolbarItem> onRemove) ToolbarToggleGroup.that()static ToolbarToggleGroupToolbarToggleGroup.toolbarToggleGroup()Methods in org.patternfly.component.toolbar with parameters of type ToolbarToggleGroupModifier and TypeMethodDescriptionToolbarContent.add(ToolbarToggleGroup toggleGroup) ToolbarContent.addToggleGroup(ToolbarToggleGroup toggleGroup) Method parameters in org.patternfly.component.toolbar with type arguments of type ToolbarToggleGroupModifier and TypeMethodDescriptionToolbarToggleGroup.onAdd(BiConsumer<ToolbarToggleGroup, ToolbarItem> onAdd) ToolbarToggleGroup.onRemove(BiConsumer<ToolbarToggleGroup, ToolbarItem> onRemove)