|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.virginia.dcjs.gui.event.DataPanelEvent
| Field Summary | |
static int |
ADD
Signifies that an add event has occurred. |
static int |
CANCEL
Signifies that an cancel event has occurred. |
static int |
CUSTOM
Signifies that an custom event has occurred. |
static int |
DELETE
Signifies that an delete event has occurred. |
static int |
EDIT
Signifies that an edit event has occurred. |
static int |
SAVE
Signifies that an save event has occurred. |
static int |
SUBLIST
Signifies that an sublist event has occurred. |
| Constructor Summary | |
DataPanelEvent(DataPanel panel,
int id,
java.lang.String name)
Build the event object for the specified panel and event id. |
|
| Method Summary | |
int |
getID()
Obtain the specific event id being provided. |
java.lang.String |
getName()
Obtain the original name triggering this event. |
DataPanel |
getSource()
Obtain the source DataPanel originating this event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ADD
public static final int SUBLIST
public static final int EDIT
public static final int SAVE
public static final int DELETE
public static final int CANCEL
public static final int CUSTOM
| Constructor Detail |
public DataPanelEvent(DataPanel panel,
int id,
java.lang.String name)
| Method Detail |
public DataPanel getSource()
DataPanel originating this event.
* @return Source DataPanel orginating this event.
public int getID()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||