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"

m
Line 1: Line 1:
 +
{| align="right"
 +
| __TOC__
 +
|}
 +
 
The [http://www.eclipse.org/proposals/scout/ Eclipse Scout] project is a proposed open source project under the Eclipse Technology Project.
 
The [http://www.eclipse.org/proposals/scout/ Eclipse Scout] project is a proposed open source project under the Eclipse Technology Project.
  
Line 6: Line 10:
  
 
* [[Create a Scout Dialog]]
 
* [[Create a Scout Dialog]]
 +
* [[Create a Scout Process Service]]
  
 
=== Where do I load data into a TablePage? ===
 
=== Where do I load data into a TablePage? ===
 
* override method '''execLoadTableData ''' where you call an outline service operation that returns a Object[][] field
 
* 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
 
* Parameter SearchFilter of execLoadTableData contains all additional WHERE clauses (that start with „AND…“) defined in the getConfiguredSearchTerm methods

Revision as of 11:07, 10 March 2010

The Eclipse Scout project is a proposed open source project under the Eclipse Technology Project.

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

Back to the top