Uses of Enum Class
org.patternfly.layout.flex.FlexShorthand
-
Uses of FlexShorthand in org.patternfly.layout.flex
Modifier and TypeMethodDescriptionstatic FlexShorthand
Returns the enum constant of this class with the specified name.static FlexShorthand[]
FlexShorthand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFlex.flex
(FlexShorthand flexShorthand) Same asflex(breakpoints(default_, flexShorthand))
FlexItem.flex
(FlexShorthand flexShorthand) Same asflex(breakpoints(default_, flexShorthand))
Modifier and TypeMethodDescriptionFlex.flex
(Breakpoints<FlexShorthand> flexShorthand) Value to add for flex property at various breakpointsFlexItem.flex
(Breakpoints<FlexShorthand> flexShorthand) Value to add for flex property at various breakpoints