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/Field

< Scout‎ | Concepts
Revision as of 02:48, 1 October 2012 by Ssw.bsiag.com (Talk | contribs) (Value fields)

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

Field are elements in The Scout documentation has been moved to https://eclipsescout.github.io/.

Description

Note.png
TODO
Add a description

It is possible to distinguish different types of fields:

Value fields

These fiels contain a value. There are specific implementation depending on the The Scout documentation has been moved to https://eclipsescout.github.io/.:

Field RAP SWT Swing Swing Rayo
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 StringField RAP.png Scout 3.8 StringField SWT.png Scout 3.8 StringField Swing.png Scout 3.8 StringField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 LabelField RAP.png Scout 3.8 LabelField SWT.png Scout 3.8 LabelField Swing.png Scout 3.8 LabelField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 IntegerField RAP.png Scout 3.8 IntegerField SWT.png Scout 3.8 IntegerField Swing.png Scout 3.8 IntegerField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 BigIntegerField RAP.png Scout 3.8 BigIntegerField SWT.png Scout 3.8 BigIntegerField Swing.png Scout 3.8 BigIntegerField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 DoubleField RAP.png Scout 3.8 DoubleField SWT.png Scout 3.8 DoubleField Swing.png Scout 3.8 DoubleField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 BigDecimalField RAP.png Scout 3.8 BigDecimalField SWT.png Scout 3.8 BigDecimalField Swing.png Scout 3.8 BigDecimalField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 BooleanField RAP.png Scout 3.8 BooleanField SWT.png Scout 3.8 BooleanField Swing.png Scout 3.8 BooleanField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 SmartField RAP.png Scout 3.8 SmartField SWT.png Scout 3.8 SmartField Swing.png Scout 3.8 SmartField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 FileChooserField RAP.png Scout 3.8 FileChooserField SWT.png Scout 3.8 FileChooserField Swing.png Scout 3.8 FileChooserField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 DateField RAP.png Scout 3.8 DateField SWT.png Scout 3.8 DateField Swing.png Scout 3.8 DateField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 TimeField RAP.png Scout 3.8 TimeField SWT.png Scout 3.8 TimeField Swing.png Scout 3.8 TimeField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 DateTimeField RAP.png Scout 3.8 DateTimeField SWT.png Scout 3.8 DateTimeField Swing.png Scout 3.8 DateTimeField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 CalendarField RAP.png Scout 3.8 CalendarField SWT.png Scout 3.8 CalendarField Swing.png Scout 3.8 CalendarField Swing Rayo.png
The Scout documentation has been moved to https://eclipsescout.github.io/. Scout 3.8 BrowserField RAP.png Scout 3.8 BrowserField SWT.png Scout 3.8 BrowserField Swing.png Scout 3.8 BrowserField Swing Rayo.png
See also the main article on The Scout documentation has been moved to https://eclipsescout.github.io/.

Composite fields

To group other fields

Field Preview
The Scout documentation has been moved to https://eclipsescout.github.io/. ...TODO...
The Scout documentation has been moved to https://eclipsescout.github.io/. ...TODO...
The Scout documentation has been moved to https://eclipsescout.github.io/. ...TODO...
... ...
See also the main article on The Scout documentation has been moved to https://eclipsescout.github.io/.

Other fields

TODO: also HTML field...

Properties

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

Note.png
TODO
Add a description of important properties. The idea is not to recreate the JavaDoc of the getConfiguredXxxxxx() methods but to provide explanations, best practice, example... Group the properties by domain.


Events

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

Note.png
TODO
Add a description of important events. The idea is not to recreate the JavaDoc of the execXxxxxx() methods but to provide explanations, best practice, example... Group the events by domain.


See Also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.