Uses of Enum Class
org.patternfly.component.SelectionMode
Packages that use SelectionMode
Package
Description
-
Uses of SelectionMode in org.patternfly.component
Methods in org.patternfly.component that return SelectionModeModifier and TypeMethodDescriptionstatic SelectionMode
Returns the enum constant of this class with the specified name.static SelectionMode[]
SelectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SelectionMode in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type SelectionModeModifier and TypeMethodDescriptionCard.selectable
(SelectionMode selectionMode) Same as selectable(selectionMode, null)Card.selectable
(SelectionMode selectionMode, SelectHandler<Card> selectHandler) -
Uses of SelectionMode in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type SelectionModeModifier and TypeMethodDescriptionstatic ToggleGroup
ToggleGroup.toggleGroup
(SelectionMode selectionMode)