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

m (Category changed)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Component Model}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Specific type of {{ScoutLink|Concepts|Column|column}} to represent Time.
+
 
+
* implements: {{ScoutJavadoc|ITimeColumn|I}}
+
* extends: {{ScoutJavadoc|AbstractTimeField|C}}
+
 
+
== Description ==
+
Among the different {{ScoutLink|Concepts|Type of Data|types of data supported by scout}}, the TimeColumn is made to represent Time.  
+
{{note|TODO|Time are store as date}}
+
 
+
 
+
== Screenshot ==
+
{{note|TODO|Add a screenshot of the column in a table}}
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Column|Column}} page for the properties that all columns have in common.
+
 
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Column|Column}} page for the events that all columns have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Column|Column}}
+
* The corresponding field: {{ScoutLink|Concepts|TimeField|TimeField}}
+
* {{ScoutLink|Concepts|Type of Data|Type of data supported by Scout in the columns}}
+

Latest revision as of 07:20, 18 March 2024

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

Back to the top