|
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.CalendarHeaderCellInfo
Contains informations about a calendar header cell.
Constructor Summary | |
CalendarHeaderCellInfo()
|
Method Summary | |
int |
getColumn()
Get the column of the cell. |
int |
getHeight()
Returns the height of the cell. |
int |
getMouseX()
|
int |
getMouseY()
|
java.lang.Object |
getValue()
Returns the value in the cell. |
int |
getWidth()
Returns the width of the cell. |
boolean |
isHovered()
|
boolean |
isOnHoveredColumn()
Returns true if this cell is on the hovered column. |
void |
setColumn(int column)
Set the column of the cell. |
void |
setHeight(int height)
Set the height of the cell. |
void |
setMouseX(int mousex)
|
void |
setMouseY(int mousey)
|
void |
setOnHoveredColumn(boolean onHoveredColumn)
Set to true if this cell is on the hovered column. |
void |
setValue(java.lang.Object value)
Set the value in the cell. |
void |
setWidth(int width)
Set the width of the cell. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CalendarHeaderCellInfo()
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 getColumn()
public void setColumn(int column)
column
- the column of the cell.public boolean isOnHoveredColumn()
public void setOnHoveredColumn(boolean onHoveredColumn)
onHoveredColumn
- true if this cell is on the hovered column.
|
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 |