Uses of Enum Class
org.patternfly.popper.TriggerAction
Packages that use TriggerAction
Package
Description
Java wrapper for Popper.js positioning engine used by overlay components.
-
Uses of TriggerAction in org.patternfly.component.popover
Methods in org.patternfly.component.popover with parameters of type TriggerAction -
Uses of TriggerAction in org.patternfly.component.tooltip
Methods in org.patternfly.component.tooltip with parameters of type TriggerAction -
Uses of TriggerAction in org.patternfly.popper
Subclasses with type arguments of type TriggerAction in org.patternfly.popperMethods in org.patternfly.popper that return TriggerActionModifier and TypeMethodDescriptionstatic TriggerActionReturns 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.Method parameters in org.patternfly.popper with type arguments of type TriggerActionModifier 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)