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

(Type of Value Fields)
Line 3: Line 3:
 
Specific type of Fields that contains a value. Depending on the {{ScoutLink|Concepts|Type of Data|type of value}}, one of the child class needs to be considered.
 
Specific type of Fields that contains a value. Depending on the {{ScoutLink|Concepts|Type of Data|type of value}}, one of the child class needs to be considered.
  
 
+
* implements: {{ScoutJavadoc|IValueField<T>|I}}
* implements: {{ScoutJavadoc|<TODO:NameOfTheInterface>|I}}
+
* extends: {{ScoutJavadoc|AbstractValueField<T>|C}}
* extends: {{ScoutJavadoc|<TODO:NameOfTheAbstractClass>|C}}
+
  
 
== Description ==
 
== Description ==
{{note|TODO|Add a description}}
+
Value fields allow the user to enter some values in the form. Scout provides different implementation of the value fields, in order to add properties and event specific to the type ({{ScoutProp|MinValue}} on {{ScoutLink|Concepts|IntegerField|IntegerField}}, or {{ScoutProp|InputMasked}} for {{ScoutLink|Concepts|IntegerField|StringField}})
  
 
=== Type of Value Fields ===
 
=== Type of Value Fields ===
Line 20: Line 19:
 
* {{ScoutLink|Concepts|SmartField|Smart Field <T>}}
 
* {{ScoutLink|Concepts|SmartField|Smart Field <T>}}
  
{{note|TODO|RadioGroup}}
+
{{note|TODO|RadioGroup, ListBox, TreeBox}}
  
 
== Properties ==
 
== Properties ==

Revision as of 15:33, 18 January 2011

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

Specific type of Fields that contains a value. Depending on the The Scout documentation has been moved to https://eclipsescout.github.io/., one of the child class needs to be considered.

Description

Value fields allow the user to enter some values in the form. Scout provides different implementation of the value fields, in order to add properties and event specific to the type (The Scout documentation has been moved to https://eclipsescout.github.io/. on The Scout documentation has been moved to https://eclipsescout.github.io/., or The Scout documentation has been moved to https://eclipsescout.github.io/. for The Scout documentation has been moved to https://eclipsescout.github.io/.)

Type of Value Fields

Note.png
TODO
RadioGroup, ListBox, TreeBox


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.


Note.png
TODO
Schema of the validation of an input


See Also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.