RichFaces Core API 4.2.2.Final

org.ajax4jsf.model
Class SequenceState

java.lang.Object
  extended by org.ajax4jsf.model.SequenceState
All Implemented Interfaces:
DataComponentState

public class SequenceState
extends Object
implements DataComponentState

Author:
shura

Constructor Summary
SequenceState()
           
 
Method Summary
 int getFirst()
           
 Range getRange()
          Build used data objects range for iteration.
 int getRows()
           
 void setFirst(int first)
           
 void setRows(int rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceState

public SequenceState()
Method Detail

getFirst

public int getFirst()

setFirst

public void setFirst(int first)

getRows

public int getRows()

setRows

public void setRows(int rows)

getRange

public Range getRange()
Description copied from interface: DataComponentState
Build used data objects range for iteration.

Specified by:
getRange in interface DataComponentState
Returns:

RichFaces Core API 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.