|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AutoLookupModel
The AutoLookupModel provides for support for looking up
AutoLookupModel.Entry's based on partial-string matching.
| 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 |
|---|
List<AutoLookupModel.Entry> searchEntries(String searchValue)
AutoLookupModel.Entry's
on the client based on the partial search value
searchValue - - the search value to use
AutoLookupModel.Entry's. This
may be zero length but may not be null.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||