public enum ViewOptionHash extends Enum<ViewOptionHash>
http://arshaw.com/fullcalendar/docs/views/View_Option_Hash/
Enum Constant and Description |
---|
agenda |
agendaDay |
agendaWeek |
basic |
basicDay |
basicWeek |
day |
month |
week |
Modifier and Type | Method and Description |
---|---|
static ViewOptionHash |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewOptionHash[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewOptionHash month
public static final ViewOptionHash week
public static final ViewOptionHash day
public static final ViewOptionHash agenda
public static final ViewOptionHash agendaDay
public static final ViewOptionHash agendaWeek
public static final ViewOptionHash basic
public static final ViewOptionHash basicWeek
public static final ViewOptionHash basicDay
public static ViewOptionHash[] values()
for (ViewOptionHash c : ViewOptionHash.values()) System.out.println(c);
public static ViewOptionHash valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All rights reserved.