org.apache.myfaces.examples.listexample
Class DataScrollerList

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

public class DataScrollerList
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)

Constructor Summary
DataScrollerList()
           
 
Method Summary
 java.util.List getList()
           
 java.lang.Long getRowCount()
           
 void scrollerAction(javax.faces.event.ActionEvent event)
           
 void setRowCount(java.lang.Long 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 java.lang.Long getRowCount()

setRowCount

public void setRowCount(java.lang.Long rowCount)

getList

public java.util.List getList()

scrollerAction

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


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