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