|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Grid.Row
A Row is a list of values. The 1st Row of a Grid is the list of values in the Grid's 1st Row (i.e. the Row at index 0). Element j of Row k in a Grid is element k of Column j.
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String columnName)
Get the field in the specified Column at this Row. |
int |
getIndex()
Get the index for this Row. |
Grid |
getParent()
Get the Grid this Row is part of. |
java.lang.Object |
set(java.lang.String columnName,
java.lang.Object o)
Set the field in the specified Column at this Row. |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
java.lang.Object get(java.lang.String columnName)
columnName
- the specified Column
java.lang.Object set(java.lang.String columnName, java.lang.Object o)
columnName
- the specified Columno
- the new value to set for the cell.
Grid getParent()
int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |