org.ajax4jsf.model
Class SequenceRange
java.lang.Object
org.ajax4jsf.model.SequenceRange
- All Implemented Interfaces:
- Range
public class SequenceRange
- extends Object
- implements Range
- Author:
- shura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceRange
protected SequenceRange()
SequenceRange
public SequenceRange(int firstRow,
int rows)
- Parameters:
firstRow
- rows
-
getFirstRow
public int getFirstRow()
- Returns:
- the firstRow
getRows
public int getRows()
- Returns:
- the rows
setFirstRow
protected void setFirstRow(int firstRow)
setRows
protected void setRows(int rows)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.