Uses of Enum Class
org.patternfly.popper.TriggerAction
Packages that use TriggerAction
-
Uses of TriggerAction in org.patternfly.popper
Subclasses with type arguments of type TriggerAction in org.patternfly.popperModifier and TypeClassDescriptionenumDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.patternfly.popper that return TriggerActionModifier and TypeMethodDescriptionstatic TriggerActionDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static TriggerAction[]TriggerAction.values()Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.PopperBuilder.registerHandler(Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) Deprecated, for removal: This API element is subject to removal in a future version.