Uses of Interface
org.patternfly.handler.MultiSelectHandler
Packages that use MultiSelectHandler
Package
Description
Provides menu components for building dropdowns, selects, and general-purpose menus.
Provides table components for displaying structured data in rows and columns.
Provides a toggle group component for selecting one or multiple options from a group of buttons.
Provides a tree view component for displaying hierarchical data.
-
Uses of MultiSelectHandler in org.patternfly.component.table
Methods in org.patternfly.component.table with parameters of type MultiSelectHandlerModifier and TypeMethodDescriptionTable.onMultiSelect(MultiSelectHandler<Table, Tr> selectHandler) -
Uses of MultiSelectHandler in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type MultiSelectHandlerModifier and TypeMethodDescriptionToggleGroup.onMultiSelect(MultiSelectHandler<ToggleGroup, ToggleGroupItem> selectHandler) -
Uses of MultiSelectHandler in org.patternfly.component.tree
Methods in org.patternfly.component.tree with parameters of type MultiSelectHandlerModifier and TypeMethodDescriptionTreeView.onMultiSelect(MultiSelectHandler<TreeView, TreeViewItem> selectHandler)