| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.DataLookupIndex
Field Summary | |
| public | field: String |
| The field in list to index | |
| public | index: Object |
| Index associative array | |
| public | list: Array |
| The data list encapsulated by this view2 | |
Constructor | |
| public | DataLookupIndex ( list: Array, field: String) |
Method Summary | |
| public | buildIndex ( ) |
| Build the lookup index**/ | |
| public | lookup ( key: String ): Object |
| Lookup an item in the index | |
| public var field: String |
| The field in list to index |
| public var index: Object |
| Index associative array |
| public var list: Array |
| The data list encapsulated by this view2 |
|
|
| Build the lookup index**/ |
|
| Lookup an item in the index | |||
|