org.richfaces.renderkit.html
Class ScrollableDataTableScrollData

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

public class ScrollableDataTableScrollData
extends java.lang.Object

Author:
Anton Belevich Class for storing response options

Constructor Summary
ScrollableDataTableScrollData(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

ScrollableDataTableScrollData

public ScrollableDataTableScrollData(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 © 2009. All Rights Reserved.