Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/FormData"

(struturation of the article, some idea on the content)
(FormData anotation: Remove reference to CREATE EXTERNAL (depreciated))
Line 29: Line 29:
 
* {{ScoutJavadoc|FormData|A}} FormData annotation  
 
* {{ScoutJavadoc|FormData|A}} FormData annotation  
 
** Is needed on the form Class
 
** Is needed on the form Class
** "CREATE EXTERNAL" parameter is needed on fiels (a GroupBoxField for example) defined in an external Class that contains other fields.
+
<!-- old: ** "CREATE EXTERNAL" parameter is needed on fiels (a GroupBoxField for example) defined in an external Class that contains other fields. -->
  
 
== Structure of a FormData ==
 
== Structure of a FormData ==

Revision as of 04:34, 8 March 2011

The Scout documentation has been moved to https://eclipsescout.github.io/.

FormData is the standard data transfert object for The Scout documentation has been moved to https://eclipsescout.github.io/. between the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

Note.png
TODO
Add a description

Contains a transfert object for each The Scout documentation has been moved to https://eclipsescout.github.io/. and each The Scout documentation has been moved to https://eclipsescout.github.io/. of a The Scout documentation has been moved to https://eclipsescout.github.io/..

Usage

  • Used as parameter of the prepareCreate(..), create(..), load(..), store(..) functions in the The Scout documentation has been moved to https://eclipsescout.github.io/..

Access

Note.png
TODO
Add a description and example of how to access to a value, how to know if a value was set


Generation

SDK Support

Note.png
TODO
Add a screenshot


FormData anotation

Structure of a FormData

Note.png
TODO
Describe the structure of a FormData. Help to understand what the SDK does


See Also

Back to the top