|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputFormModel | |
|---|---|
| com.sptci.echo2demo | Contains the UI code to build the sample application using Echo2 framework. |
| Uses of InputFormModel in com.sptci.echo2demo |
|---|
| Fields in com.sptci.echo2demo declared as InputFormModel | |
|---|---|
private InputFormModel |
InputForm.model
The java bean used to store the values of the data for the UI components. |
| Methods in com.sptci.echo2demo that return InputFormModel | |
|---|---|
InputFormModel |
InputFormModelFactory.fetchByIndex(int index)
Return the object that occupies the specified index number in a list that contains all the object instances. |
InputFormModel |
InputForm.getFormData()
Returns InputForm.model. |
| Methods in com.sptci.echo2demo that return types with arguments of type InputFormModel | |
|---|---|
java.util.Collection<InputFormModel> |
InputFormModelFactory.fetchAll()
Return all the instance of InputFormModel
from the JDO data store. |
| Methods in com.sptci.echo2demo with parameters of type InputFormModel | |
|---|---|
int |
InputFormModel.compareTo(InputFormModel object)
Implementation of the Comparable interface. |
void |
InputFormModelFactory.delete(InputFormModel inputFormData)
Delete the specified instance of InputFormModel
from the JDO data store. |
void |
InputFormModelFactory.save(InputFormModel inputFormData)
Save the specified instance of InputFormModel
to the JDO data store. |
(package private) void |
InputForm.setModel(InputFormModel model)
Set InputForm.model. |
| Constructors in com.sptci.echo2demo with parameters of type InputFormModel | |
|---|---|
InputForm(InputFormModel model)
Create a new instance of the form using the specified java bean. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||