Uses of Enum Class
stud.ntnu.idatt1005.pantrypal.views.components.StyledButton.Variant
Packages that use StyledButton.Variant
-
Uses of StyledButton.Variant in stud.ntnu.idatt1005.pantrypal.views.components
Methods in stud.ntnu.idatt1005.pantrypal.views.components that return StyledButton.VariantModifier and TypeMethodDescriptionstatic StyledButton.Variant
Returns the enum constant of this class with the specified name.static StyledButton.Variant[]
StyledButton.Variant.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.VariantModifierConstructorDescriptionStyledButton
(String text, StyledButton.Variant variant) Constructor for StyledButton.StyledButton
(String text, StyledButton.Variant variant, StyledButton.Size size) Constructor for StyledButton.