|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.home.CalendarSummaryType
This class represents the calendar summary type.
Field Summary | |
static CalendarSummaryType |
THIS_MONTH
This value represents the 'this month' calendar summary type. |
static CalendarSummaryType |
THIS_WEEK
This value represents the 'this week' calendar summary type. |
static CalendarSummaryType |
TODAY
This value represents the 'today' calendar summary type. |
static CalendarSummaryType |
UPCOMING_EVENTS
This value represents the 'upcoming events' calendar summary type. |
static int |
VALUE_THIS_MONTH
This value represents the 'this month' value. |
static int |
VALUE_THIS_WEEK
This value represents the 'this week' value. |
static int |
VALUE_TODAY
This value represents the 'today' value. |
static int |
VALUE_UPCOMING_EVENTS
This value represents the 'upcoming events' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static CalendarSummaryType |
get(int iValue)
Gets the calendar summary type by the value. |
static java.util.List |
getCalendarSummaryTypes()
Gets the list of calendar summary type objects. |
java.lang.String |
getKey()
Gets the resource key (message name) for i18n. |
int |
getValue()
Gets the value of the calendar summary type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_UPCOMING_EVENTS
public static final int VALUE_TODAY
public static final int VALUE_THIS_WEEK
public static final int VALUE_THIS_MONTH
public static final CalendarSummaryType UPCOMING_EVENTS
public static final CalendarSummaryType TODAY
public static final CalendarSummaryType THIS_WEEK
public static final CalendarSummaryType THIS_MONTH
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static CalendarSummaryType get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getCalendarSummaryTypes()
CalendarSummaryType
objects (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |