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

(New page: {{ScoutPage|cat=Concepts}} Table-oriented {{ScoutLink|Concepts|Page|page}} * implements: {{ScoutJavadoc|IPageWithTable|I}} * extends: {{ScoutJavadoc|AbstractPageWithTable|C}} == Descr...)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Table-oriented {{ScoutLink|Concepts|Page|page}}
+
 
+
* implements: {{ScoutJavadoc|IPageWithTable|I}}
+
* extends: {{ScoutJavadoc|AbstractPageWithTable|C}}
+
 
+
 
+
== Description ==
+
{{note|TODO|Add a description}}
+
* {{ScoutLink|Concepts|Table|Table}}
+
 
+
== Screenshot ==
+
[[Image:ScoutScreenshotTablePage.png]]
+
 
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
{{note|TODO|Add a description of the more important properties (ore the properties specific to this element)}}
+
 
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
{{note|TODO|Add a description of the more important event and a list of the other events (grouped by type)}}
+
 
+
{{ScoutEvent|CreateChildPage}} is triggered for each row of the table (the corresponding row is given as parameter). It is possible to get some of the values in the table to pass them to the chid page.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Table|Table}}
+
* {{ScoutLink|Concepts|Page|Page}}
+
* {{ScoutLink|Concepts|NodePage|Node Page}}
+
* {{ScoutLink|Concepts|Outline|Outline}}
+

Latest revision as of 05:24, 14 March 2024

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

Back to the top