| |
|
| java.lang.Object java.util.EventObject java.awt.AWTEvent com.salmonllc.html.events.CalendarMonthChangeEvent
CalendarMonthChangeEvent | public class CalendarMonthChangeEvent extends java.awt.AWTEvent (Code) | | This object will be created and passed to every Calendar Month Change event method.
|
_oldMonth_oldYear_newMonth_newYear | int _oldMonth_oldYear_newMonth_newYear(Code) | | |
CalendarMonthChangeEvent | public CalendarMonthChangeEvent(HtmlCalendar source, int oldMonth, int oldYear, int newMonth, int newYear)(Code) | | This method constructs a new Event.
|
getCalendar | public HtmlCalendar getCalendar()(Code) | | This method returns the calendar that generated the event.
|
getFirstDayOnCalendar | public GregorianCalendar getFirstDayOnCalendar()(Code) | | This method returns the first day to be displayed on the new month of the calendat
java.util.GregorianCalendar |
getLastDayOnCalendar | public GregorianCalendar getLastDayOnCalendar()(Code) | | This method returns the last day displayed on the new month in the calendar.
|
getNewMonth | public int getNewMonth()(Code) | | This method returns the selected year of the calendar after the change.
|
getNewYear | public int getNewYear()(Code) | | This method returns the selected year of the calendar after the change.
|
getOldMonth | public int getOldMonth()(Code) | | This method returns the selected month of the calendar before the change.
|
getOldYear | public int getOldYear()(Code) | | This method returns the selected year of the calendar before the change.
|
|
|
|