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.
Scout/Concepts/ProposalField
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Specific type of value field very similar to a smart field where the user can enter free text. The value type is String. The generic parameter <T> corresponds to the type of the CodeType or LookupCall key.
Description
This field is similar to a smart field, but user can enter some texts that does not correspond to any proposition returned by a LookupCall.
It was indroduced to replace the AllowCustomText 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):
If no entry correspond to the propositions, the Proposal Form disappear and the text user input is stored as value:
Properties
Defined with getConfiguredXxxxxx() methods.
Events
Defined with execXxxxxx() methods.