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"

(How Tos)
 
(186 intermediate revisions by 24 users not shown)
Line 1: Line 1:
The [http://www.eclipse.org/proposals/scout/ Eclipse Scout] project is a proposed open source project under the Eclipse Technology Project.
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
== Key Concepts ==
+
 
+
== How Tos ==
+
 
+
=== Where do I load data into a TablePage? ===
+
* override method '''execLoadTableData ''' where you call an outline service operation that returns a Object[][] field
+
* Parameter SearchFilter of execLoadTableData contains all additional WHERE clauses (that start with „AND…“) defined in the getConfiguredSearchTerm methods
+

Latest revision as of 07:30, 18 March 2024

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

Back to the top