Scout/Concepts/FormData
From Eclipsepedia
| Scout |
| Wiki Home |
| Website |
| Download • Git |
| Community |
| Forums • Blog • Twitter |
| Bugzilla |
| Bugzilla |
FormData is the standard data transfert object for forms between the client Plug-In and the server.
Contents |
Description
Contains a transfert object for each field and each variable of a form.
Usage
- Used as parameter of the
prepareCreate(..),create(..),load(..),store(..)functions in the process service.
- Importation in Form: Load and Store events of FormHandler:
-
exportFormData() - service call (depending of the action exectuted with the ProcessService)
-
importFormData()
-
Access
Generation
SDK Support
- Generation of FormData with the Explorer View
FormData anotation
Structure of a FormData