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

public static enum GomButton.ButtonStyle extends Enum<GomButton.ButtonStyle>
Defines the style of a button
Since:
4.2.426
  • Enum Constant Details

    • BUTTON

      public static final GomButton.ButtonStyle BUTTON
      Default L&F-Button style
      Since:
      4.2.426
    • FIRSTSPIRIT

      public static final GomButton.ButtonStyle FIRSTSPIRIT
      Firstspirit style (must be combined with a transparent png or gif in size)
      Since:
      4.2.426
  • Method Details

    • values

      public static GomButton.ButtonStyle[] 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

      public static GomButton.ButtonStyle valueOf(String name)
      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 name
      NullPointerException - if the argument is null