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

m (Events)
(add class and notes)
Line 1: Line 1:
 
{{ScoutPage|cat=Concepts}}
 
{{ScoutPage|cat=Concepts}}
  
Special kind of {{ScoutLink|Concepts|LookupCall|Lookup Call}} that is only on the client.
+
Special kind of {{ScoutLink|Concepts|LookupCall|Lookup Call}} in the {{ScoutLink|Concepts|Client Plug-In|client}}.
  
* implements: {{ScoutJavadoc|<TODO:NameOfTheInterface>|I}}
+
* extends: {{ScoutJavadoc|LookupCall|C}}
* extends: {{ScoutJavadoc|<TODO:NameOfTheAbstractClass>|C}}
+
  
 
== Description ==
 
== Description ==
 
{{note|TODO|Add a description}}
 
{{note|TODO|Add a description}}
  
 
+
Create locally the array of {{ScoutLink|Concepts|LookupRow|lookup rows}}
  
 
== Events ==
 
== Events ==

Revision as of 16:25, 9 November 2010

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

Special kind of The Scout documentation has been moved to https://eclipsescout.github.io/. in the The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

Note.png
TODO
Add a description


Create locally the array of The Scout documentation has been moved to https://eclipsescout.github.io/.

Events

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

The Scout documentation has been moved to https://eclipsescout.github.io/. create the list of The Scout documentation has been moved to https://eclipsescout.github.io/..

See Also

Back to the top