org.apache.myfaces.trinidaddemo.tableDemos
Class EmployeeTableBean
java.lang.Object
org.apache.myfaces.trinidaddemo.tableDemos.EmployeeTableBean
- All Implemented Interfaces:
- Serializable
public class EmployeeTableBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmployeeTableBean
public EmployeeTableBean()
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.