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