Enum Class GomButton.ButtonStyle
java.lang.Object
java.lang.Enum<GomButton.ButtonStyle>
de.espirit.firstspirit.access.store.templatestore.gom.GomButton.ButtonStyle
- All Implemented Interfaces:
Serializable
,Comparable<GomButton.ButtonStyle>
,Constable
- Enclosing class:
- GomButton
Defines the style of a button
- Since:
- 4.2.426
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDefault L&F-Button styleFirstspirit style (must be combined with a transparent png or gif in size)Link style -
Method Summary
Modifier and TypeMethodDescriptionstatic GomButton.ButtonStyle
Returns the enum constant of this class with the specified name.static GomButton.ButtonStyle[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUTTON
Default L&F-Button style- Since:
- 4.2.426
-
LINK
Link style- Since:
- 4.2.426
-
FIRSTSPIRIT
Firstspirit style (must be combined with a transparent png or gif in size)- Since:
- 4.2.426
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-