org.apache.myfaces.examples.listexample
Class DataScrollerList

java.lang.Object
  extended by org.apache.myfaces.examples.listexample.DataScrollerList

public class DataScrollerList
extends Object

DOCUMENT ME!

Version:
$Revision: 796690 $ $Date: 2009-07-22 07:52:32 -0500 (Wed, 22 Jul 2009) $
Author:
Thomas Spiegl (latest modification by $Author: cjhoward $)

Constructor Summary
DataScrollerList()
           
 
Method Summary
 List getList()
           
 Integer getRowCount()
           
 void scrollerAction(javax.faces.event.ActionEvent event)
           
 void setRowCount(Integer rowCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataScrollerList

public DataScrollerList()
Method Detail

getRowCount

public Integer getRowCount()

setRowCount

public void setRowCount(Integer rowCount)

getList

public List getList()

scrollerAction

public void scrollerAction(javax.faces.event.ActionEvent event)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.