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/Overview/FAQ"

m (category)
(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:
[[Category:Scout]]
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
= Scout =
+
== Client ==
+
 
+
=== Where do I load data into a TablePage?  ===
+
*override method '''AbstractPageWithTable.execLoadTableData(SearchFilter filter)''' where you call an outline service operation that returns a Object[][] field
+
*Parameter SearchFilter of execLoadTableData carries the FormData instance used as search constraints
+
*The search constraints are translated into the target service's query language. In case of SQL, it makes use of the '''FormDataStatementBuilder''' and in case of web services the properties are copied into the bean structure required by the target web service.
+
 
+
== Server ==
+
*
+
 
+
= Scout SDK =
+
*
+
 
+
 
+
<br/>
+
Back to [[Scout]]
+

Latest revision as of 06:25, 19 March 2024

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

Back to the top