Uses of Class
org.patternfly.style.Orientation
-
Packages that use Orientation Package Description org.patternfly.component.divider 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(Tuples<Breakpoint,Orientation> orientation) -
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.
-