Uses of Class
org.patternfly.popper.TriggerAction
-
Packages that use TriggerAction Package Description org.patternfly.popper -
-
Uses of TriggerAction in org.patternfly.popper
Methods in org.patternfly.popper that return TriggerAction Modifier and Type Method Description static TriggerActionTriggerAction. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerAction[]TriggerAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.patternfly.popper with type arguments of type TriggerAction Modifier and Type Method Description PopperBuilderPopperBuilder. registerHandler(HTMLElement triggerElement, Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide)PopperBuilderPopperBuilder. registerHandler(Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide)
-