Uses of Class
org.patternfly.layout.Size
-
Packages that use Size Package Description org.patternfly.components org.patternfly.components.icon org.patternfly.components.page org.patternfly.components.title org.patternfly.layout -
-
Uses of Size in org.patternfly.components
Methods in org.patternfly.components with parameters of type Size Modifier and Type Method Description IconIcon. size(Size size)Modifies the size of this component.static SpinnerSpinner. spinner(Size size) -
Uses of Size in org.patternfly.components.icon
Methods in org.patternfly.components.icon with parameters of type Size Modifier and Type Method Description IconIcon. iconSize(Size size)Modifies the size of the icon.IconIcon. size(Size size)Modifies the size of this component. -
Uses of Size in org.patternfly.components.page
Methods in org.patternfly.components.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.components.title
Methods in org.patternfly.components.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.
-