|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.jidesoft.combobox.DateModelEvent
public class DateModelEvent
DateModelEvent is an event to indicate changes in DateModel.
| Field Summary | |
|---|---|
static int |
DATE_FILTER_CHANGED
An event id to indicate date filter changed. |
static int |
DATE_RANGE_CHANGED
An event id to indicate date range changed. |
static int |
INVALID_DATE_CHANGED
An event id to indicate invalid date changed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DateModelEvent(Object source)
Constructs a DateModelEvent object with the
specified source component. |
|
DateModelEvent(Object source,
int type)
Constructs a DateModelEvent object with the
specified source component and type. |
|
| Method Summary | |
|---|---|
int |
getType()
Gets the type of the event. |
void |
setType(int type)
Sets the type of the event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INVALID_DATE_CHANGED
public static final int DATE_FILTER_CHANGED
public static final int DATE_RANGE_CHANGED
| Constructor Detail |
|---|
public DateModelEvent(Object source)
DateModelEvent object with the
specified source component.
source -
public DateModelEvent(Object source,
int type)
DateModelEvent object with the
specified source component and type.
source - type - | Method Detail |
|---|
public int getType()
public void setType(int type)
type -
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||