Scout/Concepts/Form
From Eclipsepedia
| Scout |
| Wiki Home |
| Website |
| Download • Git |
| Community |
| Forums • Blog • Twitter |
| Bugzilla |
| Bugzilla |
A form is both a model structure of a ui concept known as dialog or view and also a model of a wizard page. Wizard buttons are added automatically to the main box if missing.
Contents |
Description
TODO:
- Contains fields and variables.
- MainBox Field (the main GroupBox Field at the root of a Form)
- Handlers: start the form with different behaviors (e.g.
startNew()andstartModify()) - A Form can be opened as a Dialog or as a View (see Open a form in a view).
Java code of a simple form as example.
See also SearchForm
Screenshot
Properties
Defined with getConfiguredXxxxxx() methods.
Events
Defined with execXxxxxx() methods.