Package com.ptc.core.components.forms

Interface Summary
ObjectFormProcessor An interface for classes that process the data submitted by an HTML wizard.
ObjectFormProcessorDelegate An interface for a class that performs one or more tasks during the processing of a HTML wizard after submittal.
 

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.
 

Enum Summary
FormProcessingStatus Status returned by one form processor to a calling form processor or from a form processor to the WizardServlet.
FormResultAction Directive returned by a form processor to the WizardServlet when processing completes.

REFRESH_OPENER - Refresh the page from which the form was launched.