org.apache.myfaces.trinidaddemo.table
Class TableBuilder

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.table.TableBuilder
All Implemented Interfaces:
Serializable

public class TableBuilder
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TableBuilder()
           
 
Method Summary
 List<?> getTableData()
           
 void setBeanClass(String klass)
           
 void setBeanData(List<?> data)
           
 void setBeanProperties(List<Object> props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableBuilder

public TableBuilder()
Method Detail

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.