| Constructor and Description |
|---|
RowSelection(int firstRow,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
definesLimits() |
Integer |
getFirstRow() |
Integer |
getMaxRows() |
void |
setFirstRow(int firstRow) |
void |
setFirstRow(Integer firstRow) |
void |
setMaxRows(int maxRows) |
void |
setMaxRows(Integer maxRows) |
public void setFirstRow(Integer firstRow)
public void setFirstRow(int firstRow)
public Integer getFirstRow()
public void setMaxRows(Integer maxRows)
public void setMaxRows(int maxRows)
public Integer getMaxRows()
public boolean definesLimits()
Copyright © 2017. All rights reserved.