Uses of Class
org.patternfly.style.Size
-
-
Uses of Size in org.patternfly.component.avatar
Methods in org.patternfly.component.avatar with parameters of type Size Modifier and Type Method Description AvatarAvatar. size(Size size) -
Uses of Size in org.patternfly.component.descriptionlist
Methods in org.patternfly.component.descriptionlist with parameters of type Size Modifier and Type Method Description DescriptionListDescriptionList. displaySize(Size size)Sets the display size of the descriptions in the description list. -
Uses of Size in org.patternfly.component.emptystate
Methods in org.patternfly.component.emptystate with parameters of type Size Modifier and Type Method Description EmptyStateEmptyState. size(Size size)Modifies empty state max-width and sizes of icon, title and body. -
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.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, Size size, String text) -
Uses of Size in org.patternfly.style
Methods in org.patternfly.style 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.style with parameters of type Size Modifier and Type Method Description static StringClasses. modifier(String modifier, Size size)
-