Uses of Enum Class
stud.ntnu.idatt1005.pantrypal.views.components.StyledButton.Size
Packages that use StyledButton.Size
-
Uses of StyledButton.Size in stud.ntnu.idatt1005.pantrypal.views.components
Methods in stud.ntnu.idatt1005.pantrypal.views.components that return StyledButton.SizeModifier and TypeMethodDescriptionstatic StyledButton.Size
Returns the enum constant of this class with the specified name.static StyledButton.Size[]
StyledButton.Size.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in stud.ntnu.idatt1005.pantrypal.views.components with parameters of type StyledButton.SizeModifierConstructorDescriptionStyledButton
(String text, StyledButton.Size size) Constructor for StyledButton.StyledButton
(String text, StyledButton.Variant variant, StyledButton.Size size) Constructor for StyledButton.