|
Class Summary |
| CreateAndEditModelGetter |
This class contains methods for creating the data models needed for attribute tables and panels in
create and edit wizards
Supported API: true
Extendable: false |
| CreateObjectFormProcessor |
A form processor that generically creates one or more
Persistables from the form data submitted in an HTML wizard and stores them in the database. |
| DefaultEditFormProcessor |
A form processor that generically updates one or more Persistables
in the database from the form data submitted in an HTML wizard. |
| DefaultObjectFormProcessorDelegate |
A default ObjectFormProcessorDelegate whose methods do nothing but return
a FormResult with a status of FormProcessingStatus.SUCCESS. |
| EditWorkableFormProcessor |
A form processor that generically updates one or more Workable objects
in the database from the form data submitted in an HTML wizard. |
| FormResult |
A class used to pass feedback from one form processor to another or
from a form processor back to the WizardServlet after processing completes. |