Uses of Interface
org.patternfly.handler.SelectHandler
Packages that use SelectHandler
Package
Description
-
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