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

(New page: {{ScoutPage|cat=Concepts}} Specific type of {{ScoutLink|Concepts|Column|column}} to represent Boolean. * implements: {{ScoutJavadoc|IBooleanColumn|I}} * extends: {{ScoutJavadoc|AbstractB...)
 
(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 Boolean.
+
 
+
* implements: {{ScoutJavadoc|IBooleanColumn|I}}
+
* extends: {{ScoutJavadoc|AbstractBooleanColumn|C}}
+
 
+
== Description ==
+
Among the different {{ScoutLink|Concepts|Type of Data|types of data supported by scout}}, the BooleanColumn is made to represent Boolean. For example the functions <code>setValue(row, value)</code> and <code>getValue(row)</code> use directly Boolean.
+
 
+
{{note|TODO|In the UI a checkbox (disable)}}
+
 
+
== 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|BooleanField|BooleanField (also called checkbox)}}
+
* {{ScoutLink|Concepts|Type of Data|Type of data supported by Scout in the columns}}
+

Latest revision as of 06:00, 14 March 2024

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

Back to the top