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

Scout/Concepts/WrappedFormField

< Scout‎ | Concepts
Revision as of 09:10, 13 November 2012 by Ssw.bsiag.com (Talk | contribs) (New page: {{ScoutPage|cat=Component Model}} Type of {{ScoutLink|Concepts|Field|field}} to display a {{ScoutLink|Concepts|Form|form}}. * implements: {{ScoutJavadoc|IWrappedFormField|I}} * extends: ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Type of The Scout documentation has been moved to https://eclipsescout.github.io/. to display a The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

A WrappedFormField is to show another form in this form.

The methods

  • getInnerForm()
  • setInnerForm()

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

Note.png
TODO
Add a description


Screenshot

RAP SWT Swing Swing Rayo
only Swing available only Swing available Scout 3.8 PlannerField Swing.png Scout 3.8 PlannerField Swing Rayo.png

Properties

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

See also The Scout documentation has been moved to https://eclipsescout.github.io/. for the properties that all fields have in common.

Events

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

See also The Scout documentation has been moved to https://eclipsescout.github.io/. for the events that all fields have in common.


See Also

Back to the top