Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Interface CalendarWeekCellInfo

All Superinterfaces:
CalendarPartInfo

public interface CalendarWeekCellInfo
extends CalendarPartInfo

Contains informations about a calendar week cell.


Method Summary
 int getMonth()
          Get the month.
 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 isOnHoveredRow()
          Returns true if this cell is on the hovered row.
 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

getValue

public java.lang.Object getValue()
Returns the value in the cell.

Returns:
Returns the value.

getRow

public int getRow()
Get the row of the cell.

Returns:
the row of the cell.

getMonth

public int getMonth()
Get the month. The value of the month is in the interval [0-11].

Returns:
The month. The value of the month is in the interval [0-11].

getYear

public int getYear()
Get the year.

Returns:
The year.

getWeekOfMonth

public int getWeekOfMonth()
Get the week of month.

Returns:
Returns the week of month.

getWeekOfYear

public int getWeekOfYear()
Returns the week of year.

Returns:
Returns the week of year.

isOnHoveredRow

public boolean isOnHoveredRow()
Returns true if this cell is on the hovered row.

Returns:
true if this cell is on the hovered row.

toString

public java.lang.String toString()

Calendar Component v5.1
www.calendarcomponent.com