org.apache.myfaces.trinidaddemo.tableDemos
Class EmployeeTableBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.tableDemos.EmployeeTableBean
All Implemented Interfaces:
Serializable

public class EmployeeTableBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EmployeeTableBean()
           
 
Method Summary
 void addRow(javax.faces.event.ActionEvent event)
           
 List<EmployeeBean> getList()
           
 int getTotal()
           
 void setList(List<EmployeeBean> list)
           
 void setTotal(int total)
           
 void totalRow(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmployeeTableBean

public EmployeeTableBean()
Method Detail

setList

public void setList(List<EmployeeBean> list)
Parameters:
_list - The _list to set.

getList

public List<EmployeeBean> getList()
Returns:
Returns the _list.

setTotal

public void setTotal(int total)
Parameters:
_total - The _total to set.

getTotal

public int getTotal()
Returns:
Returns the _total.

addRow

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

totalRow

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


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.