Class Divider
- java.lang.Object
-
- org.patternfly.components.BaseComponentFlat<elemental2.dom.HTMLElement,Divider>
-
- org.patternfly.components.divider.Divider
-
- All Implemented Interfaces:
Finder<elemental2.dom.HTMLElement>,HasElement<elemental2.dom.HTMLElement,Divider>,HasHTMLElement<elemental2.dom.HTMLElement,Divider>,IsElement<elemental2.dom.HTMLElement>,TypedBuilder<elemental2.dom.HTMLElement,Divider>,Component
public class Divider extends BaseComponentFlat<elemental2.dom.HTMLElement,Divider>
A divider is a horizontal or vertical line that is placed between screen elements to create visual divisions and content groupings.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Dividerdivider(DividerType type)Dividerthat()-
Methods inherited from class org.patternfly.components.BaseComponentFlat
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.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
-
divider
public static Divider divider(DividerType type)
-
that
public Divider that()
-
-