Uses of Interface
org.patternfly.handler.SelectHandler
-
Packages that use SelectHandler Package Description org.patternfly.component.card org.patternfly.component.menu org.patternfly.component.navigation org.patternfly.dataprovider -
-
Uses of SelectHandler in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type SelectHandler Modifier and Type Method Description CardCard. selectable(SelectionMode selectionMode, SelectHandler<Card> onSelect)CardCard. selectable(SelectHandler<Card> onSelect)Same as selectable(multi, onSelect) -
Uses of SelectHandler in org.patternfly.component.menu
Methods in org.patternfly.component.menu with parameters of type SelectHandler Modifier and Type Method Description MenuMenu. onSingleSelect(SelectHandler<MenuItem> selectHandler) -
Uses of SelectHandler in org.patternfly.component.navigation
Methods in org.patternfly.component.navigation with parameters of type SelectHandler Modifier and Type Method Description NavigationNavigation. onSelect(SelectHandler<NavigationItem> onSelect) -
Uses of SelectHandler in org.patternfly.dataprovider
Methods in org.patternfly.dataprovider with parameters of type SelectHandler Modifier and Type Method Description voidDataProvider. onSelect(SelectHandler<T> selectHandler)
-