org.apache.myfaces.trinidaddemo.tableDemos
Class CSVBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.tableDemos.CSVBean

public class CSVBean
extends Object


Constructor Summary
CSVBean()
           
 
Method Summary
 UIXTable getTable()
           
 void sendContent(javax.faces.context.FacesContext context, OutputStream out)
           
 void setTable(UIXTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVBean

public CSVBean()
Method Detail

sendContent

public void sendContent(javax.faces.context.FacesContext context,
                        OutputStream out)
                 throws IOException
Throws:
IOException

getTable

public UIXTable getTable()

setTable

public void setTable(UIXTable table)


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