thinwire.util
Interface Grid<R extends Grid.Row,C extends Grid.Column>

All Known Implementing Classes:
ArrayGrid, GridBox, TableLayout

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

getColumns

java.util.List<C> getColumns()
Get the Columns belonging to this Grid.

Returns:
a list of all the columns in the Grid.

getRows

java.util.List<R> getRows()
Get the Rows belonging to this Grid.

Returns:
a list of all the rows in the Grid.


ThinWire® is a registered of Custom Credit Systems  Copyright © 2007 All rights reserved.
ThinWire_is_Open_Source_under_the_terms_of_the_LGPLv2.1 SourceForge.net_Project_Page java.net_Member Support_ThinWire,_Digg_our_Story