Uses of Class
org.patternfly.component.SelectionMode
-
Packages that use SelectionMode Package Description org.patternfly.component org.patternfly.component.card org.patternfly.component.menu org.patternfly.component.togglegroup -
-
Uses of SelectionMode in org.patternfly.component
Methods in org.patternfly.component that return SelectionMode Modifier and Type Method Description static SelectionModeSelectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectionMode[]SelectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SelectionMode in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type SelectionMode Modifier and Type Method Description CardCard. selectable(SelectionMode selectionMode)Same as selectable(selectionMode, null)CardCard. selectable(SelectionMode selectionMode, SelectHandler<Card> onSelect) -
Uses of SelectionMode in org.patternfly.component.menu
Methods in org.patternfly.component.menu with parameters of type SelectionMode Modifier and Type Method Description static MenuMenu. menu(MenuType menuType, SelectionMode selectionMode)static MenuMenu. menu(SelectionMode selectionMode) -
Uses of SelectionMode in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type SelectionMode Modifier and Type Method Description static ToggleGroupToggleGroup. toggleGroup(SelectionMode selectionMode)
-