Uses of Enum Class
org.patternfly.popper.TriggerAction
Packages that use TriggerAction
Package
Description
Provides the PatternFly popover component and its subcomponents.
Provides a tooltip component for displaying contextual information on hover or focus.
Deprecated JavaScript-based positioning using Popper.js.
-
Uses of TriggerAction in org.patternfly.component.popover
Methods in org.patternfly.component.popover with parameters of type TriggerActionModifier and TypeMethodDescriptionPopperPopover.triggerActions(TriggerAction... triggerActions) Deprecated. -
Uses of TriggerAction in org.patternfly.component.tooltip
Methods in org.patternfly.component.tooltip with parameters of type TriggerActionModifier and TypeMethodDescriptionPopperTooltip.triggerActions(TriggerAction... triggerActions) Deprecated. -
Uses of TriggerAction in org.patternfly.popper
Subclasses with type arguments of type TriggerAction in org.patternfly.popperModifier and TypeClassDescriptionenumDeprecated.Deprecated enum of user interaction types that trigger a Popper.js overlay.Methods in org.patternfly.popper that return TriggerActionModifier and TypeMethodDescriptionstatic TriggerActionDeprecated.Returns the enum constant of this class with the specified name.static TriggerAction[]TriggerAction.values()Deprecated.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) Deprecated.PopperBuilder.registerHandler(Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) Deprecated.