Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Concepts/ProposalField

< Scout‎ | Concepts
Revision as of 13:44, 24 July 2014 by Unnamed Poltroon (Talk) (initial version)

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

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

Specific type of The Scout documentation has been moved to https://eclipsescout.github.io/. very similar to a The Scout documentation has been moved to https://eclipsescout.github.io/. where the user can enter free text. The value type is String. The generic parameter <T> corresponds to the type of the The Scout documentation has been moved to https://eclipsescout.github.io/. or The Scout documentation has been moved to https://eclipsescout.github.io/. key.

Description

Important.png
Required version
The API described here requires version 4.0.0 or bigger.


This field is similar to a The Scout documentation has been moved to https://eclipsescout.github.io/., but user can enter some texts that does not correspond to any proposition returned by a The Scout documentation has been moved to https://eclipsescout.github.io/..

It was indroduced to replace the The Scout documentation has been moved to https://eclipsescout.github.io/. property provided by the SmartField before Eclipse Scout Luna.


Screenshot

When the user enter some text, like in a SmartField the propositions to this text are diplayed (like in a SmartField):

Scout 4.0 ProposalField2 SWT.png

If no entry correspond to the propositions, the Proposal Form disappear and the text user input is stored as value:

Scout 4.0 ProposalField SWT.png


Properties

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


Events

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


See Also

Back to the top