|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.pref.CalendarPreferences.WeekStartingDay
This class represents the week starting day.
Field Summary | |
static CalendarPreferences.WeekStartingDay |
CURRENT_DAY
This value represents the 'current day' week starting day. |
static CalendarPreferences.WeekStartingDay |
FRIDAY
This value represents the 'friday' week starting day. |
static CalendarPreferences.WeekStartingDay |
MONDAY
This value represents the 'monday' week starting day. |
static CalendarPreferences.WeekStartingDay |
SATURDAY
This value represents the 'saturday' week starting day. |
static CalendarPreferences.WeekStartingDay |
SUNDAY
This value represents the 'sunday' week starting day. |
static CalendarPreferences.WeekStartingDay |
THURSDAY
This value represents the 'thursday' week starting day. |
static CalendarPreferences.WeekStartingDay |
TUESDAY
This value represents the 'tuesday' week starting day. |
static int |
VALUE_CURRENT_DAY
This value represents the 'current day' week starting day. |
static int |
VALUE_FRIDAY
This value represents the 'friday' week starting day. |
static int |
VALUE_MONDAY
This value represents the 'monday' week starting day. |
static int |
VALUE_SATURDAY
This value represents the 'saturday' week starting day. |
static int |
VALUE_SUNDAY
This value represents the 'sunday' week starting day. |
static int |
VALUE_THURSDAY
This value represents the 'thursday' week starting day. |
static int |
VALUE_TUESDAY
This value represents the 'tuesday' week starting day. |
static int |
VALUE_WEDNESDAY
This value represents the 'wednesday' week starting day. |
static CalendarPreferences.WeekStartingDay |
WEDNESDAY
This value represents the 'wednesday' week starting day. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static CalendarPreferences.WeekStartingDay |
get(int iValue)
Gets the week starting day by the value. |
int |
getCalendarDayValue()
Gets the value of the calendar day for this week day. |
java.lang.String |
getKey()
Gets the key (i18n resources name) for the week starting day. |
int |
getValue()
Gets the value of the week starting day. |
static java.util.List |
getWeekStartingDays()
Gets the list of week starting day objects. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_CURRENT_DAY
public static final int VALUE_SUNDAY
public static final int VALUE_MONDAY
public static final int VALUE_TUESDAY
public static final int VALUE_WEDNESDAY
public static final int VALUE_THURSDAY
public static final int VALUE_FRIDAY
public static final int VALUE_SATURDAY
public static final CalendarPreferences.WeekStartingDay CURRENT_DAY
public static final CalendarPreferences.WeekStartingDay SUNDAY
public static final CalendarPreferences.WeekStartingDay MONDAY
public static final CalendarPreferences.WeekStartingDay TUESDAY
public static final CalendarPreferences.WeekStartingDay WEDNESDAY
public static final CalendarPreferences.WeekStartingDay THURSDAY
public static final CalendarPreferences.WeekStartingDay FRIDAY
public static final CalendarPreferences.WeekStartingDay SATURDAY
Method Detail |
public int getCalendarDayValue()
java.util.Calendar
)public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static CalendarPreferences.WeekStartingDay get(int iValue)
iValue
- the value to get bypublic static java.util.List getWeekStartingDays()
WeekStartingDay
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |