FormData is the standard data transfert object for forms between the client Plug-In and the server.
- implements:

<TODO:NameOfTheInterface>
- extends:

<TODO:NameOfTheAbstractClass>
Description
-

FormData
FormData annotation > "CREATE EXTERNAL"
- Parameter of the prepareCreate, create, load, store functions in the process service
Screenshot
TODO
Add a screenshot (or remove this section, if there is no screenshot to make)
Properties
Defined with getConfiguredXxxxxx() methods.
TODO
Add a description of important properties. The idea is not to recreate the JavaDoc of the getConfiguredXxxxxx() methods but to provide explanations, best practice, example... Group the properties by domain.
Events
Defined with execXxxxxx() methods.
TODO
Add a description of important events. The idea is not to recreate the JavaDoc of the execXxxxxx() methods but to provide explanations, best practice, example... Group the events by domain.
See Also