Uses of Class
org.patternfly.layout.Size
-
Packages that use Size Package Description org.patternfly.component org.patternfly.component.icon org.patternfly.component.page org.patternfly.component.spinner org.patternfly.component.title org.patternfly.layout -
-
Uses of Size in org.patternfly.component
Methods in org.patternfly.component with parameters of type Size Modifier and Type Method Description IconIcon. size(Size size)Deprecated.Modifies the size of this component. -
Uses of Size in org.patternfly.component.icon
Methods in org.patternfly.component.icon with parameters of type Size Modifier and Type Method Description IconIcon. iconSize(Size size)IconIcon. size(Size size)Modifies the size of this component. -
Uses of Size in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Size Modifier and Type Method Description MastheadMasthead. inset(Size size)Modifies this component to have a horizontal padding.MastheadMasthead. inset(Size size, Breakpoint breakpoint)Modifies this component to have a horizontal padding at the given breakpoint. -
Uses of Size in org.patternfly.component.spinner
Methods in org.patternfly.component.spinner with parameters of type Size Modifier and Type Method Description SpinnerSpinner. size(Size size)static SpinnerSpinner. spinner(Size size)static SpinnerSpinner. spinner(Size size, String label) -
Uses of Size in org.patternfly.component.title
Methods in org.patternfly.component.title with parameters of type Size Modifier and Type Method Description static TitleTitle. title(int level, String text, Size size) -
Uses of Size in org.patternfly.layout
Methods in org.patternfly.layout that return Size Modifier and Type Method Description static SizeSize. valueOf(String name)Returns the enum constant of this type with the specified name.static Size[]Size. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.layout with parameters of type Size Modifier and Type Method Description static StringClasses. modifier(String modifier, Size size)
-