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

m (Category changed)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Server}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
SearchFilter is a transfert object containing a {{ScoutLink|Concepts|FormData|FormData}} of a {{ScoutLink|Concepts|Search_Form|SearchForm}} to model the search query.
+
 
+
* class: {{ScoutJavadoc|SearchFilter|C}}
+
 
+
== Description ==
+
{{note|TODO|Add a description}}
+
TODO:
+
* Is created in the {{ScoutLink|Concepts|Search_Form|SearchForm}}: the {{ScoutLink|Concepts|FormData|FormData}} is set.
+
* Is used as parameter of the {{ScoutEvent|LoadTableData}} of the {{ScoutLink|Concepts|TablePage|TablePage}}
+
* Can be used as parameter of the load function in the {{ScoutLink|Concepts|Outline_Service|OutlineService}}
+
* If the data are in a database, a {{ScoutLink|Concepts|StatementBuilder|FormDataStatementBuilder}} using the {{ScoutLink|Concepts|FormData|FormData}}  in the SearchFilter can be used to compute the WHERE sql statement.
+
 
+
 
+
== Shema ==
+
{{note|TODO|Add a schema to show the flow of a SearchFilter}}
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}
+
* {{ScoutLink|Concepts|Search_Form|Search Form}}
+
* {{ScoutLink|Concepts|TablePage|Table Page}}
+
* {{ScoutLink|Concepts|Outline_Service|OutlineService}}
+

Latest revision as of 05:56, 14 March 2024

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

Back to the top