Class PopperBuilder
java.lang.Object
org.patternfly.popper.PopperBuilder
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionPopperBuilder(String componentName, HTMLElement triggerElement, HTMLElement popperElement) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionaddModifier(Modifier... modifiers) Deprecated.animationDuration(int animationDuration) Deprecated.build()Deprecated.entryDelay(int entryDelay) Deprecated.exitDelay(int exitDelay) Deprecated.placement(PopperPlacement placement) Deprecated.registerHandler(HTMLElement triggerElement, Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) Deprecated.registerHandler(Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) Deprecated.Deprecated.Deprecated.Configures the predicate to determine if the popper should stay open in response to specific events.zIndex(int zIndex) Deprecated.
-
Constructor Details
-
PopperBuilder
Deprecated.
-
-
Method Details
-
animationDuration
Deprecated. -
entryDelay
Deprecated. -
exitDelay
Deprecated. -
zIndex
Deprecated. -
placement
Deprecated. -
addModifier
Deprecated. -
registerHandler
public PopperBuilder registerHandler(Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) Deprecated. -
registerHandler
public PopperBuilder registerHandler(HTMLElement triggerElement, Set<TriggerAction> triggerActions, Consumer<Event> show, Consumer<Event> hide) Deprecated. -
removePopperOnTriggerDetach
Deprecated. -
stayOpen
Deprecated.Configures the predicate to determine if the popper should stay open in response to specific events.- Parameters:
stayOpen- a predicate that evaluates anEventand returnstrueif the popper should remain open, orfalseotherwise.- Returns:
- the
PopperBuilderinstance for method chaining.
-
build
Deprecated.
-