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)Dividerinset(Breakpoints<Inset> inset)Dividerorientation(Breakpoints<Orientation> orientation)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
-
-
-
-
Method Detail
-
divider
public static Divider divider(DividerType type)
-
inset
public Divider inset(Breakpoints<Inset> inset)
-
orientation
public Divider orientation(Breakpoints<Orientation> orientation)
-
that
public Divider that()
-
-