Class PopperTooltip
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement, PopperTooltip>
org.patternfly.component.tooltip.PopperTooltip
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLDivElement, PopperTooltip>, ElementClassListMethods<HTMLDivElement, PopperTooltip>, ElementConsumerMethods<HTMLDivElement, PopperTooltip>, ElementContainerMethods<HTMLDivElement, PopperTooltip>, ElementEventMethods<HTMLDivElement, PopperTooltip>, ElementIdMethods<HTMLDivElement, PopperTooltip>, ElementQueryMethods<HTMLDivElement>, ElementTextMethods<HTMLDivElement, PopperTooltip>, HTMLElementAttributeMethods<HTMLDivElement, PopperTooltip>, HTMLElementDataMethods<HTMLDivElement, PopperTooltip>, HTMLElementStyleMethods<HTMLDivElement, PopperTooltip>, HTMLElementVisibilityMethods<HTMLDivElement, PopperTooltip>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, PopperTooltip>, Closeable<HTMLDivElement, PopperTooltip>, Component
@Deprecated(since="0.7.0",
forRemoval=true)
public class PopperTooltip
extends BaseComponent<HTMLDivElement, PopperTooltip>
implements Attachable, Closeable<HTMLDivElement, PopperTooltip>, ElementTextMethods<HTMLDivElement, PopperTooltip>
Deprecated, for removal: This API element is subject to removal in a future version.
A tooltip is in-app messaging used to identify elements on a page with short, clarifying text.
-
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.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 TypeMethodDescriptionanimationDuration(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.aria(TriggerAria aria) Deprecated, for removal: This API element is subject to removal in a future version.voidattach(MutationRecord mutationRecord) 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.entryDelay(int delay) Deprecated, for removal: This API element is subject to removal in a future version.exitDelay(int delay) 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.onClose(CloseHandler<PopperTooltip> 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.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.text()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.static PopperTooltiptooltip()Deprecated, for removal: This API element is subject to removal in a future version.static PopperTooltiptooltip(HTMLElement trigger) Deprecated, for removal: This API element is subject to removal in a future version.static PopperTooltiptooltip(HTMLElement trigger, String text) Deprecated, for removal: This API element is subject to removal in a future version.static PopperTooltipDeprecated, for removal: This API element is subject to removal in a future version.static PopperTooltiptooltip(Supplier<HTMLElement> trigger) Deprecated, for removal: This API element is subject to removal in a future version.static PopperTooltiptooltip(Supplier<HTMLElement> trigger, String text) Deprecated, for removal: This API element is subject to removal in a future version.static PopperTooltipDeprecated, for removal: This API element is subject to removal in a future version.static PopperTooltipDeprecated, 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 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
hidden
-
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:
-
ENTRY_DELAY
public static final int ENTRY_DELAYDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
EXIT_DELAY
public static final int EXIT_DELAYDeprecated, 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
-
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
tooltip
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
-
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. -
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. -
entryDelay
Deprecated, for removal: This API element is subject to removal in a future version. -
exitDelay
Deprecated, for removal: This API element is subject to removal in a future version. -
leftAligned
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. -
text
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
textin interfaceElementTextMethods<HTMLDivElement, PopperTooltip>
-
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, PopperTooltip>
-
aria
Deprecated, for removal: This API element is subject to removal in a future version. -
onClose
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onClosein interfaceCloseable<HTMLDivElement, PopperTooltip>
-
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, PopperTooltip>
-
text
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
textin interfaceElementTextMethods<HTMLDivElement, PopperTooltip>
-
Tooltipinstead.