AppointmentStyle.java :  » GWT » gwt-cal » com » bradrydzewski » gwt » calendar » client » Java Open Source

Java Open Source » GWT » gwt cal 
gwt cal » com » bradrydzewski » gwt » calendar » client » AppointmentStyle.java
package com.bradrydzewski.gwt.calendar.client;

public enum AppointmentStyle {
  BLUE, RED, PINK, PURPLE, DARK_PURPLE, STEELE_BLUE, LIGHT_BLUE,
  TEAL, LIGHT_TEAL, GREEN, LIGHT_GREEN, YELLOW_GREEN, YELLOW,
  ORANGE, RED_ORANGE, LIGHT_BROWN, LIGHT_PURPLE, GREY, BLUE_GREY,
  YELLOW_GREY, BROWN, DEFAULT, CUSTOM
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.