- Type Parameters:
ModelT
-
- All Implemented Interfaces:
Iterable<ModelT>
public class Tabulation<ModelT>
extends Object
implements Iterable<ModelT>
Similar to a
Pagination
, a Tabulation is a way to walk a dataset.
-
Constructor Summary
Constructors
-
Method Summary
Gets the rows of this tabulation.
void
Sets the rows of this tabulation.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Tabulation
public Tabulation()
-
Method Details
-
-
getRows
Gets the rows of this tabulation.
- Returns:
-
setRows
Sets the rows of this tabulation.
- Parameters:
rows
-