public enum MonthRangeHeaderStyles extends java.lang.Enum<MonthRangeHeaderStyles>
Enum Constant and Description |
---|
Buttons
The header displays buttons that can be used to scroll to previous and following months.
|
Title
The header displays the start and end dates.
|
Modifier and Type | Method and Description |
---|---|
static MonthRangeHeaderStyles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MonthRangeHeaderStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonthRangeHeaderStyles Title
public static final MonthRangeHeaderStyles Buttons
public static MonthRangeHeaderStyles[] values()
for (MonthRangeHeaderStyles c : MonthRangeHeaderStyles.values()) System.out.println(c);
public static MonthRangeHeaderStyles valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null