Uses of Class
org.patternfly.style.Orientation
-
Packages that use Orientation Package Description org.patternfly.component.divider org.patternfly.component.list org.patternfly.style -
-
Uses of Orientation in org.patternfly.component.divider
Method parameters in org.patternfly.component.divider with type arguments of type Orientation Modifier and Type Method Description DividerDivider. orientation(Breakpoints<Orientation> orientation) -
Uses of Orientation in org.patternfly.component.list
Method parameters in org.patternfly.component.list with type arguments of type Orientation Modifier and Type Method Description DescriptionListDescriptionList. orientation(Breakpoints<Orientation> orientation)Indicates how the menu will align at various breakpoints. -
Uses of Orientation in org.patternfly.style
Methods in org.patternfly.style that return Orientation Modifier and Type Method Description static OrientationOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static Orientation[]Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-