Class 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, for removal: This API element is subject to removal in a future version.
This implementation uses the Popper.js API, which is due to be removed soon. Use Tooltip instead.
A tooltip is in-app messaging used to identify elements on a page with short, clarifying text.
  • Field Details

    • ANIMATION_DURATION

      public static final int ANIMATION_DURATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ENTRY_DELAY

      public static final int ENTRY_DELAY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • EXIT_DELAY

      public static final int EXIT_DELAY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • DISTANCE

      public static final int DISTANCE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • Z_INDEX

      public static final int Z_INDEX
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • tooltip

      public static PopperTooltip tooltip()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(By trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(By trigger, String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(HTMLElement trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(HTMLElement trigger, String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(Supplier<HTMLElement> trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • tooltip

      public static PopperTooltip tooltip(Supplier<HTMLElement> trigger, String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • attach

      public void attach(MutationRecord mutationRecord)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      attach in interface Attachable
    • detach

      public void detach(MutationRecord mutationRecord)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      detach in interface Attachable
    • appendToBody

      public PopperTooltip appendToBody()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • appendTo

      public PopperTooltip appendTo(Node node)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • animationDuration

      public PopperTooltip animationDuration(int animationDuration)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • distance

      public PopperTooltip distance(int distance)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • flip

      public PopperTooltip flip(boolean flip)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • entryDelay

      public PopperTooltip entryDelay(int delay)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • exitDelay

      public PopperTooltip exitDelay(int delay)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • leftAligned

      public PopperTooltip leftAligned()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • placement

      public PopperTooltip placement(PopperPlacement placement)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • text

      public PopperTooltip text(String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      text in interface ElementTextMethods<HTMLDivElement, PopperTooltip>
    • trigger

      public PopperTooltip trigger(String trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • trigger

      public PopperTooltip trigger(By trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • trigger

      public PopperTooltip trigger(HTMLElement trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • trigger

      public PopperTooltip trigger(Supplier<HTMLElement> trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • triggerActions

      public PopperTooltip triggerActions(TriggerAction... triggerActions)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • zIndex

      public PopperTooltip zIndex(int zIndex)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • that

      public PopperTooltip that()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      that in interface TypedBuilder<HTMLDivElement, PopperTooltip>
    • aria

      public PopperTooltip aria(TriggerAria aria)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • onClose

      public PopperTooltip onClose(CloseHandler<PopperTooltip> closeHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      onClose in interface Closeable<HTMLDivElement, PopperTooltip>
    • show

      public void show()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • show

      public void show(Event event)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • close

      public void close(Event event, boolean fireEvent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface Closeable<HTMLDivElement, PopperTooltip>
    • text

      public String text()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      text in interface ElementTextMethods<HTMLDivElement, PopperTooltip>