org.ajax4jsf.model
Class RepeatState

java.lang.Object
  extended by org.ajax4jsf.model.RepeatState
All Implemented Interfaces:
java.io.Serializable, DataComponentState

public class RepeatState
extends java.lang.Object
implements DataComponentState, java.io.Serializable

Author:
shura
See Also:
Serialized Form

Constructor Summary
RepeatState()
           
 
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

RepeatState

public RepeatState()
Method Detail

getFirst

public int getFirst()
Returns:
the first

setFirst

public void setFirst(int first)
Parameters:
first - the first to set

getRows

public int getRows()
Returns:
the rows

setRows

public void setRows(int rows)
Parameters:
rows - the rows to set

getRange

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

Specified by:
getRange in interface DataComponentState
Returns:


Copyright © 2010. All Rights Reserved.