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/WrappedFormField"

(New page: {{ScoutPage|cat=Component Model}} Type of {{ScoutLink|Concepts|Field|field}} to display a {{ScoutLink|Concepts|Form|form}}. * implements: {{ScoutJavadoc|IWrappedFormField|I}} * extends: ...)
 
Line 14: Line 14:
 
use an {{ScoutLink|Concepts|Form|AbstractForm}}
 
use an {{ScoutLink|Concepts|Form|AbstractForm}}
 
{{note|TODO|Add a description}}
 
{{note|TODO|Add a description}}
 
== Screenshot ==
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
! RAP
 
! SWT
 
! Swing
 
! Swing Rayo
 
|-
 
| only Swing available || only Swing available || [[Image:Scout_3.8_PlannerField_Swing.png]] || [[Image:Scout_3.8_PlannerField_Swing_Rayo.png]]
 
|-
 
|}
 
  
 
== Properties ==
 
== Properties ==

Revision as of 09:10, 13 November 2012

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


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