Class PopperPopover
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement, PopperPopover>
org.patternfly.component.popover.PopperPopover
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLDivElement, PopperPopover>, ElementClassListMethods<HTMLDivElement, PopperPopover>, ElementConsumerMethods<HTMLDivElement, PopperPopover>, ElementContainerMethods<HTMLDivElement, PopperPopover>, ElementEventMethods<HTMLDivElement, PopperPopover>, ElementIdMethods<HTMLDivElement, PopperPopover>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, PopperPopover>, HTMLElementDataMethods<HTMLDivElement, PopperPopover>, HTMLElementStyleMethods<HTMLDivElement, PopperPopover>, HTMLElementVisibilityMethods<HTMLDivElement, PopperPopover>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, PopperPopover>, Closeable<HTMLDivElement, PopperPopover>, Component, ComponentIcon<HTMLDivElement, PopperPopover>, Modifiers.NoPadding<HTMLDivElement, PopperPopover>
@Deprecated
public class PopperPopover
extends BaseComponent<HTMLDivElement, PopperPopover>
implements Closeable<HTMLDivElement, PopperPopover>, Modifiers.NoPadding<HTMLDivElement, PopperPopover>, ComponentIcon<HTMLDivElement, PopperPopover>, Attachable
Deprecated.
A popover is in-app messaging that provides more information on specific product areas. Popovers display content in a new
window that overlays the current page. Unlike modals, popovers don't block the current page.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionadd(PopperPopoverBody body) Deprecated.add(PopperPopoverFooter footer) Deprecated.add(PopperPopoverHeader header) Deprecated.Deprecated.addBody(PopperPopoverBody body) Deprecated.Deprecated.addFooter(PopperPopoverFooter footer) Deprecated.Deprecated.addHeader(PopperPopoverHeader header) Deprecated.animationDuration(int animationDuration) Deprecated.Deprecated.Deprecated.ariaCloseLabel(String label) Deprecated.Accessible label for the close button.Deprecated.Accessible label for the popover, required when header is not present.voidattach(MutationRecord mutationRecord) Deprecated.Deprecated.closable()Deprecated.closable(CloseHandler<PopperPopover> closeHandler) Deprecated.voidDeprecated.voiddetach(MutationRecord mutationRecord) Deprecated.distance(int distance) Deprecated.flip(boolean flip) Deprecated.Deprecated.noClose()Deprecated.onClose(CloseHandler<PopperPopover> closeHandler) Deprecated.placement(PopperPlacement placement) Deprecated.static PopperPopoverpopover()Deprecated.static PopperPopoverpopover(HTMLElement trigger) Deprecated.static PopperPopoverpopover(Supplier<HTMLElement> trigger) Deprecated.static PopperPopoverDeprecated.Deprecated.voidshow()Deprecated.voidDeprecated.Deprecated.Deprecated.that()Deprecated.trigger(HTMLElement trigger) Deprecated.Deprecated.trigger(Supplier<HTMLElement> trigger) Deprecated.Deprecated.triggerActions(TriggerAction... triggerActions) Deprecated.zIndex(int zIndex) Deprecated.Methods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentIcon
iconMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.NoPadding
noPadding, noPadding
-
Field Details
-
ANIMATION_DURATION
public static final int ANIMATION_DURATIONDeprecated.- See Also:
-
DISTANCE
public static final int DISTANCEDeprecated.- See Also:
-
Z_INDEX
public static final int Z_INDEXDeprecated.- See Also:
-
-
Method Details
-
popover
Deprecated. -
popover
Deprecated. -
popover
Deprecated. -
popover
Deprecated. -
attach
Deprecated.- Specified by:
attachin interfaceAttachable
-
detach
Deprecated.- Specified by:
detachin interfaceAttachable
-
addHeader
Deprecated. -
addHeader
Deprecated. -
add
Deprecated. -
addBody
Deprecated. -
addBody
Deprecated. -
add
Deprecated. -
appendToBody
Deprecated. -
appendTo
Deprecated. -
animationDuration
Deprecated. -
autoWidth
Deprecated. -
closable
Deprecated. -
closable
Deprecated. -
distance
Deprecated. -
flip
Deprecated. -
icon
Deprecated.- Specified by:
iconin interfaceComponentIcon<HTMLDivElement, PopperPopover>
-
removeIcon
Deprecated.- Specified by:
removeIconin interfaceComponentIcon<HTMLDivElement, PopperPopover>
-
noClose
Deprecated. -
placement
Deprecated. -
status
Deprecated. -
status
Deprecated. -
trigger
Deprecated. -
trigger
Deprecated. -
trigger
Deprecated. -
trigger
Deprecated. -
triggerActions
Deprecated. -
zIndex
Deprecated. -
that
Deprecated.- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement, PopperPopover>
-
ariaLabel
Deprecated.Accessible label for the popover, required when header is not present. -
ariaCloseLabel
Deprecated.Accessible label for the close button. -
onClose
Deprecated.- Specified by:
onClosein interfaceCloseable<HTMLDivElement, PopperPopover>
-
show
public void show()Deprecated. -
show
Deprecated. -
close
Deprecated.- Specified by:
closein interfaceCloseable<HTMLDivElement, PopperPopover>
-
Popoverinstead.