Package org.patternfly.component.divider
Class Divider
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement,Divider>
org.patternfly.component.divider.Divider
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,,Divider> ElementClassListMethods<HTMLElement,,Divider> ElementConsumerMethods<HTMLElement,,Divider> ElementContainerMethods<HTMLElement,,Divider> ElementEventMethods<HTMLElement,,Divider> ElementIdMethods<HTMLElement,,Divider> ElementQueryMethods<HTMLElement>,HTMLElementAttributeMethods<HTMLElement,,Divider> HTMLElementDataMethods<HTMLElement,,Divider> HTMLElementStyleMethods<HTMLElement,,Divider> HTMLElementVisibilityMethods<HTMLElement,,Divider> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,Divider> Component
A divider is a horizontal or vertical line that is placed between screen elements to create visual divisions and content
groupings.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic Dividerdivider(DividerType type) inset(org.patternfly.style.Breakpoints<org.patternfly.style.Inset> inset) inset(org.patternfly.style.Inset inset) Same asinset(breakpoints(default_, inset))orientation(org.patternfly.style.Breakpoints<org.patternfly.style.Orientation> orientation) orientation(org.patternfly.style.Orientation orientation) Same asorientation(breakpoints(default_, orientation))that()Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hidden
-
Method Details
-
divider
-
inset
Same asinset(breakpoints(default_, inset)) -
inset
-
orientation
Same asorientation(breakpoints(default_, orientation)) -
orientation
public Divider orientation(org.patternfly.style.Breakpoints<org.patternfly.style.Orientation> orientation) -
that
-