|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Contains informations about a calendar table cell.
| Method Summary | |
int |
getColumn()
Get the column of the cell. |
java.util.Date |
getDate()
Get the date. |
int |
getDayOfMonth()
Get the day of month. |
int |
getDayOfWeek()
Returns the day of week. |
int |
getDayOfYear()
Returns the day of year. |
int |
getMonth()
Get the month. |
CalendarMonthType |
getMonthType()
Get the type of the month described by this object. |
int |
getRow()
Get the row of the cell. |
java.lang.Object |
getValue()
Returns the value in the cell. |
int |
getWeekOfMonth()
Get the week of month. |
int |
getWeekOfYear()
Returns the week of year. |
int |
getYear()
Get the year. |
boolean |
isDisabled()
true if the cell is disabled. |
boolean |
isFromWeekend()
Returns true if the date associated with the cell is from weekend. |
boolean |
isOnHoveredColumn()
Returns true if this cell is on the hovered column. |
boolean |
isOnHoveredRow()
Returns true if this cell is on the hovered row. |
boolean |
isSelected()
true if the cell is selected. |
boolean |
isToday()
Returns true if the cell contains the today date. |
java.lang.String |
toString()
|
| Methods inherited from interface com.imagine.component.calendar.data.CalendarPartInfo |
getHeight, getLocationOnScreenX, getLocationOnScreenY, getModifiers, getModifiersEx, getMouseClickCount, getMouseX, getMouseY, getTableX, getTableY, getWidth, isHovered |
| Method Detail |
public java.lang.Object getValue()
public boolean isFromWeekend()
public boolean isToday()
public boolean isSelected()
public boolean isDisabled()
public CalendarMonthType getMonthType()
public int getColumn()
public int getRow()
public java.util.Date getDate()
public int getDayOfMonth()
public int getMonth()
public int getYear()
public int getDayOfWeek()
public int getDayOfYear()
public int getWeekOfMonth()
public int getWeekOfYear()
public boolean isOnHoveredColumn()
public boolean isOnHoveredRow()
public java.lang.String toString()
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||