Serialized Form


Package com.sptci.echo2

Class com.sptci.echo2.BindingException extends java.lang.RuntimeException implements Serializable

Class com.sptci.echo2.JDOModelPropertyChangeListener extends ModelPropertyChangeListener implements Serializable

Class com.sptci.echo2.JDOModelUpdater extends ModelUpdater implements Serializable

Class com.sptci.echo2.ListItem extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
The item or value stored in the list.


selected

boolean selected
A flag indicating whether the ListItem.value is selected or not.

Class com.sptci.echo2.ModelPropertyChangeListener extends PropertyChangeListener implements Serializable

Class com.sptci.echo2.ModelUpdater extends Updater implements Serializable

Class com.sptci.echo2.Updater extends java.lang.Object implements Serializable

Serialized Fields

uiContainer

java.lang.Object uiContainer
The UI container that is to be updated.


bean

java.lang.Object bean
The java bean that contains the data to use to update the Updater.uiContainer.

Class com.sptci.echo2.ViewPropertyChangeListener extends PropertyChangeListener implements Serializable

Class com.sptci.echo2.ViewUpdater extends Updater implements Serializable


Package com.sptci.echo2demo

Class com.sptci.echo2demo.Application extends nextapp.echo2.app.ApplicationInstance implements Serializable

Serialized Fields

window

nextapp.echo2.app.Window window
The Window instance that will be controlled by this application.

Class com.sptci.echo2demo.ErrorPane extends nextapp.echo2.app.WindowPane implements Serializable

Class com.sptci.echo2demo.InputForm extends nextapp.echo2.app.ContentPane implements Serializable

Serialized Fields

model

InputFormModel model
The java bean used to store the values of the data for the UI components.


jdoChangeListener

JDOModelPropertyChangeListener jdoChangeListener
The property change listener used to synchronise modifications applied to UI components to the InputForm.model java bean.


uiChangeListener

ViewPropertyChangeListener uiChangeListener
The property change listener used to synchronise modifications applied to the InputForm.model java bean to the UI components.


textField

nextapp.echo2.app.TextField textField

textArea

nextapp.echo2.app.TextArea textArea

checkBoxes

java.util.HashMap<K,V> checkBoxes

listBox

nextapp.echo2.app.ListBox listBox

selectField

nextapp.echo2.app.SelectField selectField

first

nextapp.echo2.app.Button first

previous

nextapp.echo2.app.Button previous

last

nextapp.echo2.app.Button last

next

nextapp.echo2.app.Button next

save

nextapp.echo2.app.Button save

delete

nextapp.echo2.app.Button delete

index

nextapp.echo2.app.Label index

Class com.sptci.echo2demo.InputFormModel extends java.lang.Object implements Serializable

Serialized Fields

hash

int hash
The field used to store pre-computed hashCode.


checkBoxes

java.util.Map<K,V> checkBoxes
Field that represents the checkBoxes field of type checkBoxes


listBox

java.util.List<E> listBox
Field that represents the listBox field of type listBox


selectField

java.util.List<E> selectField
Field that represents the selectField field of type selectField


textArea

java.lang.String textArea
Field that represents the textArea field of type textArea


textField

java.lang.String textField
Field that represents the textField field of type textField

Class com.sptci.echo2demo.InputFormModelFactory extends java.lang.Object implements Serializable

Class com.sptci.echo2demo.Servlet extends nextapp.echo2.webcontainer.WebContainerServlet implements Serializable


Package com.sptci.jdo

Class com.sptci.jdo.JDOObject extends java.lang.Object implements Serializable

Serialized Fields

hash

int hash
The integer that represents the hash code for this object.



Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.