Package org.patternfly.component
Class Popover
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,Popover>
-
- org.patternfly.component.Popover
-
- All Implemented Interfaces:
Container<HTMLDivElement,Popover>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Popover>,HasHTMLElement<HTMLDivElement,Popover>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Popover>,Component
@Deprecated public class Popover extends BaseComponent<HTMLDivElement,Popover>
Deprecated.PatternFly popover component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Popoverauto(HTMLElement target)Deprecated.static Popoverbottom(HTMLElement target)Deprecated.voidhide()Deprecated.static Popoverleft(HTMLElement target)Deprecated.static Popoverright(HTMLElement target)Deprecated.voidshow()Deprecated.Popoverthat()Deprecated.static Popovertop(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 Popover top(HTMLElement target)
Deprecated.
-
right
public static Popover right(HTMLElement target)
Deprecated.
-
bottom
public static Popover bottom(HTMLElement target)
Deprecated.
-
left
public static Popover left(HTMLElement target)
Deprecated.
-
auto
public static Popover auto(HTMLElement target)
Deprecated.
-
that
public Popover that()
Deprecated.
-
show
public void show()
Deprecated.
-
hide
public void hide()
Deprecated.
-
-