|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ListView.ItemBindMapping
Translates between item position and bind context data during data binding.
| Method Summary | |
|---|---|
Object |
get(List<?> listData,
int index)
Retrieves the value at the given index during a Component.store(Object) operation. |
int |
indexOf(List<?> listData,
Object value)
Returns the index of the item in the source list during a Component.load(Object) operation. |
| Method Detail |
|---|
int indexOf(List<?> listData,
Object value)
Component.load(Object) operation.
listData - The source list data.value - The value to locate.
Object get(List<?> listData,
int index)
Component.store(Object) operation.
listData - The source list data.index - The index of the value to retrieve.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||