Uses of Enum Class
no.ntnu.principes.components.primary.Button.ButtonType
Packages that use Button.ButtonType
-
Uses of Button.ButtonType in no.ntnu.principes.components.primary
Methods in no.ntnu.principes.components.primary that return Button.ButtonTypeModifier and TypeMethodDescriptionstatic Button.ButtonTypeReturns the enum constant of this class with the specified name.static Button.ButtonType[]Button.ButtonType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in no.ntnu.principes.components.primary with parameters of type Button.ButtonTypeModifier and TypeMethodDescriptionvoidButton.setType(Button.ButtonType type) Updates the button's type, which determines its appearance and associated style classes.Constructors in no.ntnu.principes.components.primary with parameters of type Button.ButtonTypeModifierConstructorDescriptionButton(String text, Button.ButtonType type) Constructs a button with the specified label text and style type.