|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
org.tentackle.ui.ValueEvent
public class ValueEvent
Value event to implement the data binding between
FormComponents and the application's data.
| Field Summary | |
|---|---|
static int |
FORMFIELD_EVENT
default event id |
static int |
GET
action code to get values (update the data) |
static int |
SET
action code to set values (update the view) |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ValueEvent(Object source,
int action)
Creates a ValueEvent with the default event ID FORMFIELD_EVENT. |
|
ValueEvent(Object source,
int id,
int action)
Creates a ValueEvent. |
|
| Method Summary | |
|---|---|
int |
getAction()
Gets the action code. |
| Methods inherited from class java.awt.AWTEvent |
|---|
consume, getID, isConsumed, paramString, setSource, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FORMFIELD_EVENT
public static final int SET
public static final int GET
| Constructor Detail |
|---|
public ValueEvent(Object source,
int id,
int action)
source - the source objectid - the event IDaction - the action code
public ValueEvent(Object source,
int action)
FORMFIELD_EVENT.
source - the source objectaction - the action code| Method Detail |
|---|
public int getAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||