EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.model.AutoLookupModel.Entry

Packages that use AutoLookupModel.Entry
echopoint.model Primary package under which all model objects required to support the comopnents in EchoPoint are organised. 
 

Uses of AutoLookupModel.Entry in echopoint.model
 

Classes in echopoint.model that implement AutoLookupModel.Entry
static class AutoLookupModel.DefaultEntry
          A simple implementation of AutoLookupModel.Entry is provided.
 

Methods in echopoint.model that return types with arguments of type AutoLookupModel.Entry
 List<AutoLookupModel.Entry> AutoLookupModel.searchEntries(String searchValue)
          This is called to populate a cache of AutoLookupModel.Entry's on the client based on the partial search value
 


EchoPoint API - 3.0.0b5
App Webcontainer