Uses of Class
org.patternfly.thirdparty.popper.TriggerAction
-
Packages that use TriggerAction Package Description org.patternfly.component.popover org.patternfly.component.tooltip org.patternfly.thirdparty.popper -
-
Uses of TriggerAction in org.patternfly.component.popover
Methods in org.patternfly.component.popover with parameters of type TriggerAction Modifier and Type Method Description PopoverPopover. triggerActions(TriggerAction... triggerActions) -
Uses of TriggerAction in org.patternfly.component.tooltip
Methods in org.patternfly.component.tooltip with parameters of type TriggerAction Modifier and Type Method Description TooltipTooltip. triggerActions(TriggerAction... triggerActions) -
Uses of TriggerAction in org.patternfly.thirdparty.popper
Methods in org.patternfly.thirdparty.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.thirdparty.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)
-