|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TableView.SelectedRowBindMapping
Translates between selection and bind context data during data binding.
Method Summary | |
---|---|
Object |
get(List<?> tableData,
int index)
Retrieves the value at the given index. |
int |
indexOf(List<?> tableData,
Object value)
Returns the index of the row in the source list. |
Method Detail |
---|
int indexOf(List<?> tableData, Object value)
tableData
- The source table data.value
- The value to locate.
Object get(List<?> tableData, int index)
tableData
- The source table 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 |