|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Grid<R extends Grid.Row,C extends Grid.Column>
An interface used to create a local data source. A Grid is a 2 dimensional table of values.
Nested Class Summary | |
---|---|
static interface |
Grid.Column
A Column is a list of values. |
static interface |
Grid.Row
A Row is a list of values. |
Method Summary | |
---|---|
java.util.List<C> |
getColumns()
Get the Columns belonging to this Grid. |
java.util.List<R> |
getRows()
Get the Rows belonging to this Grid. |
Method Detail |
---|
java.util.List<C> getColumns()
java.util.List<R> getRows()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |