Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Interface CalendarStatusPanelInfo

All Superinterfaces:
CalendarPartInfo

public interface CalendarStatusPanelInfo
extends CalendarPartInfo

Contains informations about the status panel. The status panel contains the "Today" and "None" buttons. The "None" button is displayed only if empty selection is allowed.


Method Summary
 java.lang.String getNoneLabel()
           
 java.lang.String getTodayLabel()
           
 
Methods inherited from interface com.imagine.component.calendar.data.CalendarPartInfo
getHeight, getLocationOnScreenX, getLocationOnScreenY, getModifiers, getModifiersEx, getMouseClickCount, getMouseX, getMouseY, getTableX, getTableY, getWidth, isHovered
 

Method Detail

getNoneLabel

public java.lang.String getNoneLabel()
Returns:
Returns the text for the "None" label.

getTodayLabel

public java.lang.String getTodayLabel()
Returns:
Returns the text for the "Today" label.

Calendar Component v5.1
www.calendarcomponent.com