|
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.Month
This class represents a month in the selector.
Method Summary | |
java.util.Date |
getDate()
Gets the date. |
int |
getMonth()
Gets the month. |
java.lang.String |
getMonthString()
Gets the localized string for the month. |
java.lang.String |
getMonthString(int iFieldWidth)
Gets the localized string for the month. |
java.lang.String |
getMonthString(int iFieldWidth,
java.util.Locale locale)
Gets the localized string for the month. |
boolean |
isSelected()
Checks if this month is the selected given date from the selector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getMonth()
public java.util.Date getDate()
public boolean isSelected()
true
if this month is the selected given date from the selector; false
otherwisepublic java.lang.String getMonthString()
public java.lang.String getMonthString(int iFieldWidth)
iFieldWidth
- the width of month field
public java.lang.String getMonthString(int iFieldWidth, java.util.Locale locale)
iFieldWidth
- the width of month fieldlocale
- the locale (may not be null
)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |