|
ElegantJ Data Entry Masks Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.elegantj.util.calendar.DateChangedEvent
DateChangedEvent for the ExtCalendar
| Constructor Summary | |
DateChangedEvent(java.lang.Object source,
int year,
int month,
int date)
Constructs the DateChangedEvent |
|
| Method Summary | |
int |
getDate()
Returns the date |
int |
getMonth()
Returns the month |
java.lang.Object |
getSource()
Returns the source of the event |
int |
getYear()
Returns the year |
| Methods inherited from class java.util.EventObject |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DateChangedEvent(java.lang.Object source,
int year,
int month,
int date)
source - The source from which event is generatedyear - The specifide yearmonth - The specifide monthdate - The specifide date| Method Detail |
public java.lang.Object getSource()
public int getYear()
public int getMonth()
public int getDate()
|
ElegantJ Data Entry Masks Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||