getObjects(wantSets, wantGrids, wantColumns, wantRows, wantCells, wantRules, contiguous, preferColumns )
|
|
Parameters
|
booleanwantSets
True if the caller will accept sets in the table object store returned.
booleanwantGrids
True if the caller will accept grids in the table object store returned.
booleanwantColumns
True if the caller will accept columns in the table object store returned.
booleanwantRows
True if the caller will accept rows in the table object store returned.
booleanwantCells
True if the caller will accept cells in the table object store returned.
booleanwantRules
True if the caller will accept rules in the table object store returned.
booleancontiguous
If true, the tileplex must cover one contiguous area in the table if anything is to be returned.
booleanpreferColumns
When both wantColumns and wantRows are true, and the tileplex could be interpreted either way, return columns if preferColumns is true. Otherwise, return rows.
|
Returns
|
TableObjectStore. A TableObjectStore containing the contents of the TableTilePlex interpreted according to the parameters to getObjects.
|