| Package | Description |
|---|---|
| com.sptci.echo.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewInitialiser.init()
Initialise all the components declared in
ViewInitialiser.view that may be
automatically initialised. |
protected void |
PropertyChangeListener.modifyObject(PropertyChangeEvent event,
PropertyDescriptor descriptor)
Over-ridden to handle special events generated by the Echo2
framework.
|
protected void |
JDOModelUpdater.persist()
Persist the
Updater.bean to the data store. |
protected void |
ViewPropertyChangeListener.processList(Object object,
PropertyChangeEvent event,
Field field)
Update
AbstractList UI components. |
void |
ViewPropertyChangeListener.propertyChange(PropertyChangeEvent event)
Implementation of the event handling method.
|
| Constructor and Description |
|---|
JDOViewValidator(V view)
Create a new instance of the validator for the specified view.
|