Uses of Enum Class
org.patternfly.popper.TriggerAction
Package
Description
-
Uses of TriggerAction in org.patternfly.component.popover
-
Uses of TriggerAction in org.patternfly.component.tooltip
-
Uses of TriggerAction in org.patternfly.popper
Modifier and TypeMethodDescriptionstatic TriggerAction
Returns the enum constant of this class with the specified name.static TriggerAction[]
TriggerAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPopperBuilder.registerHandler
(HTMLElement triggerElement, Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) PopperBuilder.registerHandler
(Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide)