|
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.CalendarWeekCellInfo
Contains informations about a calendar week cell.
Constructor Summary | |
CalendarWeekCellInfo()
|
Method Summary | |
int |
getHeight()
Returns the height of the cell. |
int |
getMonth()
Get the month. |
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 |
isHovered()
|
boolean |
isOnHoveredRow()
Returns true if this cell is on the hovered row. |
void |
setHeight(int height)
Set the height of the cell. |
void |
setMonth(int month)
Set the month. |
void |
setMouseX(int mousex)
|
void |
setMouseY(int mousey)
|
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 |
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 CalendarWeekCellInfo()
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 java.lang.String toString()
public int getRow()
public void setRow(int row)
row
- the row of the cell.public int getMonth()
public void setMonth(int month)
month
- The month.public int getYear()
public void setYear(int year)
year
- The year.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 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 |