com.bradrydzewski.gwt.calendar.client
Enum AppointmentStyle
java.lang.Object
java.lang.Enum<AppointmentStyle>
com.bradrydzewski.gwt.calendar.client.AppointmentStyle
- All Implemented Interfaces:
- Serializable, Comparable<AppointmentStyle>
public enum AppointmentStyle
- extends Enum<AppointmentStyle>
BLUE
public static final AppointmentStyle BLUE
RED
public static final AppointmentStyle RED
PINK
public static final AppointmentStyle PINK
PURPLE
public static final AppointmentStyle PURPLE
DARK_PURPLE
public static final AppointmentStyle DARK_PURPLE
STEELE_BLUE
public static final AppointmentStyle STEELE_BLUE
LIGHT_BLUE
public static final AppointmentStyle LIGHT_BLUE
TEAL
public static final AppointmentStyle TEAL
LIGHT_TEAL
public static final AppointmentStyle LIGHT_TEAL
GREEN
public static final AppointmentStyle GREEN
LIGHT_GREEN
public static final AppointmentStyle LIGHT_GREEN
YELLOW_GREEN
public static final AppointmentStyle YELLOW_GREEN
YELLOW
public static final AppointmentStyle YELLOW
ORANGE
public static final AppointmentStyle ORANGE
RED_ORANGE
public static final AppointmentStyle RED_ORANGE
LIGHT_BROWN
public static final AppointmentStyle LIGHT_BROWN
LIGHT_PURPLE
public static final AppointmentStyle LIGHT_PURPLE
GREY
public static final AppointmentStyle GREY
BLUE_GREY
public static final AppointmentStyle BLUE_GREY
YELLOW_GREY
public static final AppointmentStyle YELLOW_GREY
BROWN
public static final AppointmentStyle BROWN
DEFAULT
public static final AppointmentStyle DEFAULT
CUSTOM
public static final AppointmentStyle CUSTOM
values
public static AppointmentStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AppointmentStyle c : AppointmentStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AppointmentStyle valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012. All Rights Reserved.