public enum MonthHeaderStyles extends java.lang.Enum<MonthHeaderStyles>
SingleMonth
and
MonthRange
views.Enum Constant and Description |
---|
MonthButtons
Display buttons for scrolling to previous or next month.
|
SubheaderPerDay
The sub headers are drawn separately for each day, rather than for the whole interval.
|
Title
Display the date of the month in the header.
|
YearButtons
Display buttons for scrolling to previous or next year.
|
Modifier and Type | Method and Description |
---|---|
static MonthHeaderStyles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MonthHeaderStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonthHeaderStyles Title
public static final MonthHeaderStyles MonthButtons
public static final MonthHeaderStyles YearButtons
public static final MonthHeaderStyles SubheaderPerDay
public static MonthHeaderStyles[] values()
for (MonthHeaderStyles c : MonthHeaderStyles.values()) System.out.println(c);
public static MonthHeaderStyles 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