|
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.CalendarView
This class represents the calendar view.
Field Summary | |
static CalendarPreferences.CalendarView |
DAY
This value represents the 'day' calendar view. |
static CalendarPreferences.CalendarView |
MONTH
This value represents the 'month' calendar view. |
static int |
VALUE_DAY
This value represents the 'day' calendar view. |
static int |
VALUE_MONTH
This value represents the 'month' calendar view. |
static int |
VALUE_WEEK
This value represents the 'week' calendar view. |
static int |
VALUE_YEAR
This value represents the 'year' calendar view. |
static CalendarPreferences.CalendarView |
WEEK
This value represents the 'week' calendar view. |
static CalendarPreferences.CalendarView |
YEAR
This value represents the 'year' calendar view. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static CalendarPreferences.CalendarView |
get(int iValue)
Gets the calendar view by the value. |
static java.util.List |
getCalendarHomeViews()
Gets the calendar home view objects. |
static java.util.List |
getCalendarViews()
Gets the list of calendar view objects. |
java.lang.String |
getKey()
Gets the key (i18n resources name) for calendar view. |
int |
getValue()
Gets the value of the calendar view. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_DAY
public static final int VALUE_WEEK
public static final int VALUE_MONTH
public static final int VALUE_YEAR
public static final CalendarPreferences.CalendarView DAY
public static final CalendarPreferences.CalendarView WEEK
public static final CalendarPreferences.CalendarView MONTH
public static final CalendarPreferences.CalendarView YEAR
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static CalendarPreferences.CalendarView get(int iValue)
iValue
- the value to get bypublic static java.util.List getCalendarViews()
CalendarView
objects (unmodifiable)public static java.util.List getCalendarHomeViews()
CalendarView
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 |