Uses of Class
org.patternfly.layout.flex.Align
-
Packages that use Align Package Description org.patternfly.layout.flex -
-
Uses of Align in org.patternfly.layout.flex
Methods in org.patternfly.layout.flex that return Align Modifier and Type Method Description static AlignAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static Align[]Align. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.patternfly.layout.flex with type arguments of type Align Modifier and Type Method Description FlexFlex. align(Breakpoints<Align> align)Value to use for margin: auto at various breakpointsFlexItemFlexItem. align(Breakpoints<Align> align)Value to use for margin: auto at various breakpoints
-