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

(New page: {{ScoutPage|cat=Concepts}} A cell is an element of the scout model used to represent a table cell or a tree node. * interface: {{ScoutJavadoc|ICell|I}} * class: {{ScoutJavadoc|Cell|C}} ...)
 
 
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
A cell is an element of the scout model used to represent a table cell or a tree node.
+
 
+
* interface: {{ScoutJavadoc|ICell|I}}
+
* class: {{ScoutJavadoc|Cell|C}}
+
 
+
== Description ==
+
 
+
A cell groups together different element used to represent the cell:
+
 
+
* Text
+
* Icon
+
* Tooltip Text
+
* Font
+
* Background Color
+
* Foreground Color
+
* Horizontal Alignment
+
* Value
+
* Editable Flag (true or false)
+
* Enabled Flag (true or false)
+
 
+
 
+
== See also ==
+
* {{ScoutLink|Concepts|Table|Table}}
+
* {{ScoutLink|Concepts|Column|Column}}
+

Latest revision as of 05:42, 14 March 2024

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

Back to the top