EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.model
Interface AutoLookupModel


public interface AutoLookupModel

The AutoLookupModel provides for support for looking up AutoLookupModel.Entry's based on partial-string matching.

Version:
$Id: AutoLookupModel.java 259 2009-12-07 16:43:59Z sptrakesh $
Author:
Christoff Spinner 2009-12-07

Nested Class Summary
static class AutoLookupModel.DefaultEntry
          A simple implementation of AutoLookupModel.Entry is provided.
static interface AutoLookupModel.Entry
          AutoLookupModel.Entry represents the entries that can be returned by the AutoLookupModel.
 
Method Summary
 List<AutoLookupModel.Entry> searchEntries(String searchValue)
          This is called to populate a cache of AutoLookupModel.Entry's on the client based on the partial search value
 

Method Detail

searchEntries

List<AutoLookupModel.Entry> searchEntries(String searchValue)
This is called to populate a cache of AutoLookupModel.Entry's on the client based on the partial search value

Parameters:
searchValue - - the search value to use
Returns:
a NON-NULL array of AutoLookupModel.Entry's. This may be zero length but may not be null.

EchoPoint API - 3.0.0b5
App Webcontainer