|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.calendar.MonthSelector
This class represents a month selector.
Nested Class Summary | |
static class |
MonthSelector.Month
This class represents a month in the selector. |
Constructor Summary | |
MonthSelector(java.util.Date givenDate)
Constructor using the default locale and time zone. |
|
MonthSelector(java.util.Locale locale,
java.util.TimeZone timeZone,
java.util.Date givenDate)
Constructor. |
Method Summary | |
java.util.Date |
getGivenDate()
Gets the given date. |
java.util.Date |
getNextDate()
Gets the next date. |
java.util.Date |
getPreviousDate()
Gets the previous date. |
MonthSelector.Month[] |
getRow(int iRowIndex)
Gets the row by index. |
int |
getRowCount()
Gets the row count. |
int |
getYear()
Gets the year. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MonthSelector(java.util.Date givenDate)
givenDate
- the given date (may not be null
)public MonthSelector(java.util.Locale locale, java.util.TimeZone timeZone, java.util.Date givenDate)
locale
- the locale (may not be null
)timeZone
- the time zone (may not be null
)givenDate
- the given date (may not be null
)Method Detail |
public java.util.Date getNextDate()
public java.util.Date getPreviousDate()
public java.util.Date getGivenDate()
public int getYear()
public int getRowCount()
public MonthSelector.Month[] getRow(int iRowIndex)
iRowIndex
- the row index
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |