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(since="0.7.0",
forRemoval=true)
public class PopperPopover
extends BaseComponent<HTMLDivElement, PopperPopover>
implements Closeable<HTMLDivElement, PopperPopover>, Modifiers.NoPadding<HTMLDivElement, PopperPopover>, ComponentIcon<HTMLDivElement, PopperPopover>, Attachable
Deprecated, for removal: This API element is subject to removal in a future version.
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, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionadd(PopperPopoverBody body) Deprecated, for removal: This API element is subject to removal in a future version.add(PopperPopoverFooter footer) Deprecated, for removal: This API element is subject to removal in a future version.add(PopperPopoverHeader header) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.addBody(PopperPopoverBody body) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.addFooter(PopperPopoverFooter footer) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.addHeader(PopperPopoverHeader header) Deprecated, for removal: This API element is subject to removal in a future version.animationDuration(int animationDuration) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.ariaCloseLabel(String label) Deprecated, for removal: This API element is subject to removal in a future version.Accessible label for the close button.Deprecated, for removal: This API element is subject to removal in a future version.Accessible label for the popover, required when header is not present.voidattach(MutationRecord mutationRecord) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.closable()Deprecated, for removal: This API element is subject to removal in a future version.closable(CloseHandler<PopperPopover> closeHandler) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voiddetach(MutationRecord mutationRecord) Deprecated, for removal: This API element is subject to removal in a future version.distance(int distance) Deprecated, for removal: This API element is subject to removal in a future version.flip(boolean flip) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.noClose()Deprecated, for removal: This API element is subject to removal in a future version.onClose(CloseHandler<PopperPopover> closeHandler) Deprecated, for removal: This API element is subject to removal in a future version.placement(PopperPlacement placement) Deprecated, for removal: This API element is subject to removal in a future version.static PopperPopoverpopover()Deprecated, for removal: This API element is subject to removal in a future version.static PopperPopoverpopover(HTMLElement trigger) Deprecated, for removal: This API element is subject to removal in a future version.static PopperPopoverpopover(Supplier<HTMLElement> trigger) Deprecated, for removal: This API element is subject to removal in a future version.static PopperPopoverDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidshow()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.that()Deprecated, for removal: This API element is subject to removal in a future version.trigger(HTMLElement trigger) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.trigger(Supplier<HTMLElement> trigger) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.triggerActions(TriggerAction... triggerActions) Deprecated, for removal: This API element is subject to removal in a future version.zIndex(int zIndex) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class BaseComponent
componentType, element, ouiaId, 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, for removal: This API element is subject to removal in a future version.- See Also:
-
DISTANCE
public static final int DISTANCEDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
Z_INDEX
public static final int Z_INDEXDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
popover
Deprecated, for removal: This API element is subject to removal in a future version. -
popover
Deprecated, for removal: This API element is subject to removal in a future version. -
popover
Deprecated, for removal: This API element is subject to removal in a future version. -
popover
Deprecated, for removal: This API element is subject to removal in a future version. -
attach
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
attachin interfaceAttachable
-
detach
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
detachin interfaceAttachable
-
addHeader
Deprecated, for removal: This API element is subject to removal in a future version. -
addHeader
Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
addBody
Deprecated, for removal: This API element is subject to removal in a future version. -
addBody
Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
appendToBody
Deprecated, for removal: This API element is subject to removal in a future version. -
appendTo
Deprecated, for removal: This API element is subject to removal in a future version. -
animationDuration
Deprecated, for removal: This API element is subject to removal in a future version. -
autoWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
closable
Deprecated, for removal: This API element is subject to removal in a future version. -
closable
Deprecated, for removal: This API element is subject to removal in a future version. -
distance
Deprecated, for removal: This API element is subject to removal in a future version. -
flip
Deprecated, for removal: This API element is subject to removal in a future version. -
icon
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
iconin interfaceComponentIcon<HTMLDivElement, PopperPopover>
-
removeIcon
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeIconin interfaceComponentIcon<HTMLDivElement, PopperPopover>
-
noClose
Deprecated, for removal: This API element is subject to removal in a future version. -
placement
Deprecated, for removal: This API element is subject to removal in a future version. -
status
Deprecated, for removal: This API element is subject to removal in a future version. -
status
Deprecated, for removal: This API element is subject to removal in a future version. -
trigger
Deprecated, for removal: This API element is subject to removal in a future version. -
trigger
Deprecated, for removal: This API element is subject to removal in a future version. -
trigger
Deprecated, for removal: This API element is subject to removal in a future version. -
trigger
Deprecated, for removal: This API element is subject to removal in a future version. -
triggerActions
Deprecated, for removal: This API element is subject to removal in a future version. -
zIndex
Deprecated, for removal: This API element is subject to removal in a future version. -
that
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement, PopperPopover>
-
ariaLabel
Deprecated, for removal: This API element is subject to removal in a future version.Accessible label for the popover, required when header is not present. -
ariaCloseLabel
Deprecated, for removal: This API element is subject to removal in a future version.Accessible label for the close button. -
onClose
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onClosein interfaceCloseable<HTMLDivElement, PopperPopover>
-
show
public void show()Deprecated, for removal: This API element is subject to removal in a future version. -
show
Deprecated, for removal: This API element is subject to removal in a future version. -
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceCloseable<HTMLDivElement, PopperPopover>
-
Popoverinstead.