Uses of Class
org.patternfly.component.divider.Divider
Packages that use Divider
Package
Description
Provides the PatternFly divider component for visually separating content with a horizontal or vertical line.
Provides the PatternFly navigation component and its subcomponents.
-
Uses of Divider in org.patternfly.component.divider
Subclasses with type arguments of type Divider in org.patternfly.component.dividerModifier and TypeClassDescriptionclassA divider is a horizontal or vertical line that is placed between screen elements to create visual divisions and content groupings.Methods in org.patternfly.component.divider that return DividerModifier and TypeMethodDescriptionstatic DividerDivider.divider(DividerType type) Divider.inset(org.patternfly.style.Breakpoints<org.patternfly.style.Inset> inset) Divider.inset(org.patternfly.style.Inset inset) Same asinset(breakpoints(default_, inset))Divider.orientation(org.patternfly.style.Breakpoints<org.patternfly.style.Orientation> orientation) Divider.orientation(org.patternfly.style.Orientation orientation) Same asorientation(breakpoints(default_, orientation))Divider.that()