org.apache.myfaces.trinidaddemo.table
Class TableBuilder
java.lang.Object
org.apache.myfaces.trinidaddemo.table.TableBuilder
- All Implemented Interfaces:
- Serializable
public class TableBuilder
- 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 |
TableBuilder
public TableBuilder()
setBeanClass
public void setBeanClass(String klass)
setBeanProperties
public void setBeanProperties(List<Object> props)
setBeanData
public void setBeanData(List<?> data)
getTableData
public List<?> getTableData()
throws ClassNotFoundException,
IntrospectionException,
InstantiationException,
IllegalAccessException,
InvocationTargetException
- Throws:
ClassNotFoundException
IntrospectionException
InstantiationException
IllegalAccessException
InvocationTargetException
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.