org.ajax4jsf.model
Class SequenceRange

java.lang.Object
  extended by org.ajax4jsf.model.SequenceRange
All Implemented Interfaces:
java.io.Serializable, Range
Direct Known Subclasses:
ScrollableTableDataRange

public class SequenceRange
extends java.lang.Object
implements Range, java.io.Serializable

Author:
shura
See Also:
Serialized Form

Constructor Summary
protected SequenceRange()
           
  SequenceRange(int firstRow, int rows)
           
 
Method Summary
 int getFirstRow()
           
 int getRows()
           
protected  void setFirstRow(int firstRow)
           
protected  void setRows(int rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceRange

protected SequenceRange()

SequenceRange

public SequenceRange(int firstRow,
                     int rows)
Parameters:
firstRow -
rows -
Method Detail

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 © 2010. All Rights Reserved.