Class 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, org.patternfly.core.OuiaSupport<HTMLElement, Divider>

public class Divider extends BaseComponent<HTMLElement, Divider>
A divider is a horizontal or vertical line that is placed between screen elements to create visual divisions and content groupings.
See Also:
  • Method Details

    • divider

      public static Divider divider(DividerType type)
    • inset

      public Divider inset(org.patternfly.style.Inset inset)
      Same as inset(breakpoints(default_, inset))
    • inset

      public Divider inset(org.patternfly.style.Breakpoints<org.patternfly.style.Inset> inset)
    • orientation

      public Divider orientation(org.patternfly.style.Orientation orientation)
      Same as orientation(breakpoints(default_, orientation))
    • orientation

      public Divider orientation(org.patternfly.style.Breakpoints<org.patternfly.style.Orientation> orientation)
    • that

      public Divider that()