Uses of Interface
org.patternfly.handler.SelectHandler
-
-
Uses of SelectHandler in org.patternfly.component.breadcrumb
Methods in org.patternfly.component.breadcrumb with parameters of type SelectHandler Modifier and Type Method Description BreadcrumbBreadcrumb. onSelect(SelectHandler<BreadcrumbItem> selectHandler) -
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.jumplinks
Methods in org.patternfly.component.jumplinks with parameters of type SelectHandler Modifier and Type Method Description JumpLinksJumpLinks. onSelect(SelectHandler<JumpLinksItem> selectHandler) -
Uses of SelectHandler in org.patternfly.component.list
Methods in org.patternfly.component.list with parameters of type SelectHandler Modifier and Type Method Description SimpleListSimpleList. onSelect(SelectHandler<SimpleListItem> selectHandler) -
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> selectHandler) -
Uses of SelectHandler in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs with parameters of type SelectHandler Modifier and Type Method Description TabsTabs. onSelect(SelectHandler<Tab> selectHandler) -
Uses of SelectHandler in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type SelectHandler Modifier and Type Method Description ToggleGroupToggleGroup. onSingleSelect(SelectHandler<ToggleGroupItem> selectHandler) -
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)
-