Uses of Enum Class
org.patternfly.style.Orientation
Packages that use Orientation
Package
Description
Provides the PatternFly divider component for visually separating content with a horizontal or vertical line.
Provides list components for displaying collections of items in various formats.
Styling utilities including CSS classes, modifiers, breakpoints, and CSS variables.
-
Uses of Orientation in org.patternfly.component.divider
Methods in org.patternfly.component.divider with parameters of type OrientationModifier and TypeMethodDescriptionDivider.orientation(Orientation orientation) Same asorientation(breakpoints(default_, orientation))Method parameters in org.patternfly.component.divider with type arguments of type Orientation -
Uses of Orientation in org.patternfly.component.list
Methods in org.patternfly.component.list with parameters of type OrientationModifier and TypeMethodDescriptionDescriptionList.orientation(Orientation orientation) Same asorientation(breakpoints(default_, orientation))Method parameters in org.patternfly.component.list with type arguments of type OrientationModifier and TypeMethodDescriptionDescriptionList.orientation(Breakpoints<Orientation> orientation) Indicates how the menu will align at various breakpoints. -
Uses of Orientation in org.patternfly.style
Subclasses with type arguments of type Orientation in org.patternfly.styleModifier and TypeClassDescriptionenumDefines horizontal or vertical orientation for a component.Methods in org.patternfly.style that return OrientationModifier and TypeMethodDescriptionstatic OrientationReturns the enum constant of this class with the specified name.static Orientation[]Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.