Uses of Interface
org.patternfly.core.SelectHandler
-
Packages that use SelectHandler Package Description org.patternfly.components org.patternfly.components.menu org.patternfly.components.navigation org.patternfly.dataprovider -
-
Uses of SelectHandler in org.patternfly.components
Methods in org.patternfly.components with parameters of type SelectHandler Modifier and Type Method Description ContextSelector<T>ContextSelector. onSelect(SelectHandler<T> onSelect)Dropdown<T>Dropdown. onSelect(SelectHandler<T> onSelect)GroupedDropdown<T>GroupedDropdown. onSelect(SelectHandler<T> onSelect)GroupedOptionsMenu.Group<T>GroupedOptionsMenu.Group. onSelect(SelectHandler<T> onSelect)MultiOptionsMenu.Group<T>MultiOptionsMenu.Group. onSelect(SelectHandler<T> onSelect)MultiSelect<T>MultiSelect. onSelect(SelectHandler<T> onSelect)SingleOptionsMenu<T>SingleOptionsMenu. onSelect(SelectHandler<T> onSelect)SingleSelect<T>SingleSelect. onSelect(SelectHandler<T> onSelect)TabsTabs. onSelect(SelectHandler<Tabs.TabContent> onSelect) -
Uses of SelectHandler in org.patternfly.components.menu
Methods in org.patternfly.components.menu with parameters of type SelectHandler Modifier and Type Method Description MenuMenu. onSingleSelect(SelectHandler<MenuItem> selectHandler) -
Uses of SelectHandler in org.patternfly.components.navigation
Methods in org.patternfly.components.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)
-