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"

(page stub)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
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|<TODO:NameOfTheInterface>|I}}
+
* extends: {{ScoutJavadoc|<TODO:NameOfTheAbstractClass>|C}}
+
 
+
== Description ==
+
{{note|TODO|Add a description}}
+
 
+
=== Type of Value Fields ===
+
* {{ScoutLink|Concepts|StringField|String Field}}
+
* {{ScoutLink|Concepts|IntegerField|Integer Field}}
+
* {{ScoutLink|Concepts|LongField|Long Field}}
+
* {{ScoutLink|Concepts|DoubleField|Double Field}}
+
* {{ScoutLink|Concepts|DateField|Date Field}}
+
* {{ScoutLink|Concepts|TimeField|Time Field}}
+
* {{ScoutLink|Concepts|BooleanField|Boolean Field}}
+
* {{ScoutLink|Concepts|SmartField|Smart Field <T>}}
+
 
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
{{note|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 {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
{{note|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|TODO|Schema of the validation of an input}}
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Field|Fields}}
+
* {{ScoutLink|Concepts|Form|Form}}
+

Latest revision as of 04:46, 14 March 2024

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

Back to the top