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

Difference between revisions of "Scout/Concepts/SmartColumn"

(New page: {{ScoutPage|cat=Concepts}} Specific type of {{ScoutLink|Concepts|Column|column}} to represent Smart. * implements: {{ScoutJavadoc|ISmartColumn<T>|I}} * extends: {{ScoutJavadoc|AbstractSm...)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Specific type of {{ScoutLink|Concepts|Column|column}} to represent Smart.
+
 
+
* implements: {{ScoutJavadoc|ISmartColumn<T>|I}}
+
* extends: {{ScoutJavadoc|AbstractSmartField<T>|C}}
+
 
+
== Description ==
+
{{note|TODO|Description. Lookup by Key. CodeType LookupCall}}
+
 
+
 
+
== 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|SmartField|SmartField}}
+
* {{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