|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.data.CalendarTableCellInfo
Contains informations about a calendar table cell.
Constructor Summary | |
CalendarTableCellInfo()
|
Method Summary | |
int |
getColumn()
Get the column of the cell. |
int |
getDayOfMonth()
Get the day of month. |
int |
getDayOfWeek()
Returns the day of week. |
int |
getDayOfYear()
Returns the day of year. |
int |
getHeight()
Returns the height of the cell. |
int |
getMonth()
Get the month. |
CalendarMonthType |
getMonthType()
Get the type of the month described by this object. |
int |
getMouseX()
|
int |
getMouseY()
|
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 |
getWidth()
Returns the width of the cell. |
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 |
isHovered()
|
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. |
void |
setColumn(int column)
Set the column of the cell. |
void |
setDayOfMonth(int dayOfMonth)
Set the day of month. |
void |
setDayOfWeek(int dayOfWeek)
Set the day of week. |
void |
setDayOfYear(int dayOfYear)
Set the day of year. |
void |
setDisabled(boolean disabled)
true if the cell is disabled. |
void |
setHeight(int height)
Set the height of the cell. |
void |
setMonth(int month)
Set the month. |
void |
setMonthType(CalendarMonthType monthType)
Set the type of the month described by this object. |
void |
setMouseX(int mousex)
|
void |
setMouseY(int mousey)
|
void |
setOnHoveredColumn(boolean onHoveredColumn)
Set to true if this cell is on the hovered column. |
void |
setOnHoveredRow(boolean onHoveredRow)
Set to true if this cell is on the hovered row. |
void |
setRow(int row)
Set the row of the cell. |
void |
setSelected(boolean selected)
true if the cell is selected. |
void |
setToday(boolean today)
true if the cell contains the today date. |
void |
setValue(java.lang.Object value)
Set the value in the cell. |
void |
setWeekOfMonth(int weekOfMonth)
Set the week of month |
void |
setWeekOfYear(int weekOfYear)
Set the week of year. |
void |
setWidth(int width)
Set the width of the cell. |
void |
setYear(int year)
Set the year. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CalendarTableCellInfo()
Method Detail |
public int getMouseX()
public void setMouseX(int mousex)
mousex
- The mousex to set.public int getMouseY()
public void setMouseY(int mousey)
mousey
- The mousey to set.public boolean isHovered()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- The value to set.public int getWidth()
public void setWidth(int width)
width
- The width of the cell.public int getHeight()
public void setHeight(int height)
height
- The height to set.public boolean isFromWeekend()
public boolean isToday()
public void setToday(boolean today)
today
- true if the cell contains the today date. False otherwise.public boolean isSelected()
public void setSelected(boolean selected)
selected
- true if the cell is selected. False otherwise.public boolean isDisabled()
public void setDisabled(boolean disabled)
disabled
- true if the cell is disabled. False otherwise.public java.lang.String toString()
public CalendarMonthType getMonthType()
public void setMonthType(CalendarMonthType monthType)
monthType
- the type of the month described by this object.public int getColumn()
public void setColumn(int column)
column
- the column of the cell.public int getRow()
public void setRow(int row)
row
- the row of the cell.public int getDayOfMonth()
public void setDayOfMonth(int dayOfMonth)
dayOfMonth
- The day of month.public int getMonth()
public void setMonth(int month)
month
- The month.public int getYear()
public void setYear(int year)
year
- The year.public int getDayOfWeek()
public void setDayOfWeek(int dayOfWeek)
dayOfWeek
- The day of week.public int getDayOfYear()
public void setDayOfYear(int dayOfYear)
dayOfYear
- The day of year to set.public int getWeekOfMonth()
public void setWeekOfMonth(int weekOfMonth)
weekOfMonth
- The wek of month to set.public int getWeekOfYear()
public void setWeekOfYear(int weekOfYear)
weekOfYear
- The week of year to set.public boolean isOnHoveredColumn()
public void setOnHoveredColumn(boolean onHoveredColumn)
onHoveredColumn
- true if this cell is on the hovered column.public boolean isOnHoveredRow()
public void setOnHoveredRow(boolean onHoveredRow)
onHoveredRow
- true if this cell is on the hovered row.
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |