Enum Class Themes

java.lang.Object
java.lang.Enum<Themes>
com.jbstrap.ui.Themes
All Implemented Interfaces:
Serializable, Comparable<Themes>, Constable

public enum Themes extends Enum<Themes>
List of themes that can be used in the JBstrap framework
Since:
4.0
Author:
JBStrap
  • Enum Constant Details

    • DEFAULT

      public static final Themes DEFAULT
    • FLATLY

      public static final Themes FLATLY
    • JOURNAL

      public static final Themes JOURNAL
    • LITERA

      public static final Themes LITERA
    • LUMEN

      public static final Themes LUMEN
    • MATERIA

      public static final Themes MATERIA
  • Method Details

    • values

      public static Themes[] 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 Themes 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
    • getCssFileName

      public String getCssFileName()
    • fromName

      public static Themes fromName(String name)