Package org.patternfly.component.divider
Class Divider
- java.lang.Object
-
- org.patternfly.component.BaseComponentFlat<HTMLElement,Divider>
-
- org.patternfly.component.divider.Divider
-
- All Implemented Interfaces:
Finder<HTMLElement>,HasElement<HTMLElement,Divider>,HasHTMLElement<HTMLElement,Divider>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Divider>,Component
public class Divider extends BaseComponentFlat<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.component.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()
-
-