Serialized Form
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.
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.
|
Package com.sptci.echo2demo |
window
nextapp.echo2.app.Window window
- The
Window instance that will be controlled by this
application.
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
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
hash
int hash
- The integer that represents the hash code for this object.
Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.