org.richfaces.renderkit.html
Class GridScrollSettings

java.lang.Object
  extended by org.richfaces.renderkit.html.GridScrollSettings

public class GridScrollSettings
extends java.lang.Object

Author:
Anton Belevich Class for storing response options

Constructor Summary
GridScrollSettings(int index, int startRow, int count)
           
 
Method Summary
 int getCount()
           
 int getIndex()
           
 int getStartRow()
           
 void setCount(int count)
           
 void setIndex(int index)
           
 void setStartRow(int startRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridScrollSettings

public GridScrollSettings(int index,
                          int startRow,
                          int count)
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getStartRow

public int getStartRow()

setStartRow

public void setStartRow(int startRow)


Copyright © 2010. All Rights Reserved.