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/Concepts/LookupCall"

(+links and idea)
Line 1: Line 1:
 
{{ScoutPage|cat=Concepts}}
 
{{ScoutPage|cat=Concepts}}
  
Lookup calls are used by smart fields and columns to look up single or multiple lookup rows.
+
Lookup calls are used by smart {{ScoutLink|Concepts|SmartField|smart fields}} and {{ScoutLink|Concepts|SmartColumn|columns}} to look up single or multiple {{ScoutLink|Concepts|LookupRow|lookup rows}}.
  
* extends: {{ScoutJavadoc|<LookupCall>|C}}
+
* extends: {{ScoutJavadoc|LookupCall|C}}
  
 
== Description ==
 
== Description ==
 
{{note|TODO|Add a description}}
 
{{note|TODO|Add a description}}
  
== Properties ==
+
Query
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
* By Text
 +
* By Key
 +
* By All
 +
* By Rec
  
{{note|TODO|Add a description of important properties. The idea is not to recreate the JavaDoc of the getConfiguredXxxxxx() methods but to provide explanations, best practice, example... Group the properties by domain.}}
+
Delegation to the server: {{ScoutLink|Concepts|Lookup Service|Lookup Service}}
  
 +
Local: {{ScoutLink|Concepts|Local Lookup Call|Local Lookup Calls}}
  
== Events ==
+
=== Relation CodeType / LookupCall ===
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
{{note|TODO|Add a description of important events. The idea is not to recreate the JavaDoc of the execXxxxxx() methods but to provide explanations, best practice, example... Group the events by domain.}}
+
  
 +
Relation between CodeType and LookupCall
 +
* CodeLookupCall
  
 
== See Also ==
 
== See Also ==

Revision as of 16:22, 9 November 2010

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

Lookup calls are used by smart The Scout documentation has been moved to https://eclipsescout.github.io/. and The Scout documentation has been moved to https://eclipsescout.github.io/. to look up single or multiple The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

Note.png
TODO
Add a description


Query

  • By Text
  • By Key
  • By All
  • By Rec

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

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

Relation CodeType / LookupCall

Relation between CodeType and LookupCall

  • CodeLookupCall

See Also

Back to the top