Uses of Enum Class
org.patternfly.style.Size
Packages that use Size
Package
Description
Provides the PatternFly avatar component for displaying user profile images.
Provides the PatternFly empty state component and its subcomponents for displaying placeholder content when no data is
available.
Provides list components for displaying collections of items in various formats.
Provides the PatternFly modal dialog component and its subcomponents.
Provides the PatternFly progress component.
Provides the PatternFly skeleton component.
Provides a spinner component to indicate that an action is in progress.
Provides a title component for styled heading elements.
Styling utilities including CSS classes, modifiers, breakpoints, and CSS variables.
-
Uses of Size in org.patternfly.component.avatar
Methods in org.patternfly.component.avatar with parameters of type Size -
Uses of Size in org.patternfly.component.emptystate
Methods in org.patternfly.component.emptystate with parameters of type SizeModifier and TypeMethodDescriptionModifies empty state max-width and sizes of icon, title and body. -
Uses of Size in org.patternfly.component.list
Methods in org.patternfly.component.list with parameters of type SizeModifier and TypeMethodDescriptionDescriptionList.displaySize(Size size) Sets the display size of the descriptions in the description list. -
Uses of Size in org.patternfly.component.modal
Methods in org.patternfly.component.modal with parameters of type Size -
Uses of Size in org.patternfly.component.progress
Methods in org.patternfly.component.progress with parameters of type Size -
Uses of Size in org.patternfly.component.skeleton
Methods in org.patternfly.component.skeleton with parameters of type Size -
Uses of Size in org.patternfly.component.spinner
Methods in org.patternfly.component.spinner with parameters of type Size -
Uses of Size in org.patternfly.component.title
Methods in org.patternfly.component.title with parameters of type Size -
Uses of Size in org.patternfly.style
Subclasses with type arguments of type Size in org.patternfly.styleMethods in org.patternfly.style that return SizeModifier and TypeMethodDescriptionstatic SizeReturns the enum constant of this class with the specified name.static Size[]Size.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.style with parameters of type Size