Uses of Interface
org.patternfly.handler.SelectHandler
Packages that use SelectHandler
Package
Description
Provides the PatternFly breadcrumb component for hierarchical navigation.
Provides the PatternFly card component and its subcomponents for displaying information in a contained, flexible layout.
Provides jump links components for navigating within a page using anchor-based scroll navigation.
Provides list components for displaying collections of items in various formats.
Provides menu components for building dropdowns, selects, and general-purpose menus.
Provides the PatternFly navigation component and its subcomponents.
Provides table components for displaying structured data in rows and columns.
Provides a tabs component for organizing content into separate views within the same page.
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.
Data provider API for managing items and state in data-driven components.
-
Uses of SelectHandler in org.patternfly.component.breadcrumb
Methods in org.patternfly.component.breadcrumb with parameters of type SelectHandlerModifier and TypeMethodDescriptionBreadcrumb.onSelect(SelectHandler<BreadcrumbItem> selectHandler) -
Uses of SelectHandler in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type SelectHandlerModifier and TypeMethodDescriptionCard.selectable(SelectionMode selectionMode, SelectHandler<Card> selectHandler) Card.selectable(SelectHandler<Card> selectHandler) Same as selectable(multi, onSelect) -
Uses of SelectHandler in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks with parameters of type SelectHandler -
Uses of SelectHandler in org.patternfly.component.list
Methods in org.patternfly.component.list with parameters of type SelectHandlerModifier and TypeMethodDescriptionSimpleList.onSelect(SelectHandler<SimpleListItem> selectHandler) -
Uses of SelectHandler in org.patternfly.component.table
Methods in org.patternfly.component.table with parameters of type SelectHandler -
Uses of SelectHandler in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs with parameters of type SelectHandler -
Uses of SelectHandler in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type SelectHandlerModifier and TypeMethodDescriptionToggleGroup.onSingleSelect(SelectHandler<ToggleGroupItem> selectHandler) -
Uses of SelectHandler in org.patternfly.component.tree
Methods in org.patternfly.component.tree with parameters of type SelectHandler -
Uses of SelectHandler in org.patternfly.dataprovider
Methods in org.patternfly.dataprovider with parameters of type SelectHandler -
Uses of SelectHandler in org.patternfly.extension.finder
Methods in org.patternfly.extension.finder with parameters of type SelectHandler