Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Interface CalendarHeaderCellInfo

All Superinterfaces:
CalendarPartInfo

public interface CalendarHeaderCellInfo
extends CalendarPartInfo

Contains informations about a calendar header cell.


Method Summary
 int getColumn()
          Get the column of the cell.
 int getDayOfWeek()
          Get the day of week.
 java.lang.Object getValue()
          Returns the value in the cell.
 boolean isOnHoveredColumn()
          Returns true if this cell is on the hovered column.
 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.

getColumn

public int getColumn()
Get the column of the cell.

Returns:
the column of the cell.

isOnHoveredColumn

public boolean isOnHoveredColumn()
Returns true if this cell is on the hovered column.

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

getDayOfWeek

public int getDayOfWeek()
Get the day of week.

Returns:
the day of week.

toString

public java.lang.String toString()

Calendar Component v5.1
www.calendarcomponent.com