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

m (Description)
(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/.
 
+
Type of {{ScoutLink|Concepts|Field|field}} to display a {{ScoutLink|Concepts|Table|table}}.
+
 
+
* implements: {{ScoutJavadoc|ITableField|I}}
+
* extends: {{ScoutJavadoc|AbstractTableField|C}}
+
 
+
== Description ==
+
A TableField shows the table of a {{ScoutLink|Concepts|TablePage|TablePage}} or a new table.
+
 
+
{{note|TODO|Add a description}}
+
 
+
== Screenshot ==
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! RAP
+
! SWT
+
! Swing
+
! Swing Rayo
+
|-
+
| [[Image:Scout_3.8_TableField_RAP.png]] || [[Image:Scout_3.8_TableField_SWT.png]] || [[Image:Scout_3.8_TableField_Swing.png]] || [[Image:Scout_3.8_TableField_Swing_Rayo.png]]
+
|-
+
|}
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also {{ScoutLink|Concepts|Field|Field}} for the properties that all fields have in common.
+
 
+
With the property {{ScoutProp|TableStatusVisible}} (default not visible - <code>false</code>), it is possible to display a status bar for the table.
+
This status bar provide usefull information on number of rows, selection, ...
+
 
+
[[Image:Scout table statusbar.png]]
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also {{ScoutLink|Concepts|Field|Field}} for the events that all fields have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Field|Field}}
+
* {{ScoutLink|Concepts|Table|Table}}
+

Latest revision as of 04:52, 14 March 2024

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

Back to the top