Package org.patternfly.component
Class Tooltip
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,Tooltip>
-
- org.patternfly.component.Tooltip
-
- All Implemented Interfaces:
Container<HTMLDivElement,Tooltip>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Tooltip>,HasHTMLElement<HTMLDivElement,Tooltip>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Tooltip>,Component
@Deprecated public class Tooltip extends BaseComponent<HTMLDivElement,Tooltip>
Deprecated.PatternFly tooltip component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Tooltipauto(String text, HTMLElement target)Deprecated.static Tooltipbottom(String text, HTMLElement target)Deprecated.voidhide()Deprecated.static Tooltipleft(String text, HTMLElement target)Deprecated.TooltipleftAligned()Deprecated.static Tooltipright(String text, HTMLElement target)Deprecated.voidshow()Deprecated.Tooltipthat()Deprecated.static Tooltiptop(String text, HTMLElement target)Deprecated.-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
top
public static Tooltip top(String text, HTMLElement target)
Deprecated.
-
right
public static Tooltip right(String text, HTMLElement target)
Deprecated.
-
bottom
public static Tooltip bottom(String text, HTMLElement target)
Deprecated.
-
left
public static Tooltip left(String text, HTMLElement target)
Deprecated.
-
auto
public static Tooltip auto(String text, HTMLElement target)
Deprecated.
-
that
public Tooltip that()
Deprecated.
-
show
public void show()
Deprecated.
-
hide
public void hide()
Deprecated.
-
leftAligned
public Tooltip leftAligned()
Deprecated.
-
-