org.openfaces.renderkit.table
Class TableSection

java.lang.Object
  extended by org.openfaces.renderkit.table.TableElement
      extended by org.openfaces.renderkit.table.TableSection
Direct Known Subclasses:
TableBody, TableHeaderOrFooter

public abstract class TableSection
extends TableElement


Constructor Summary
TableSection(TableElement parent)
           
 
Method Summary
 JSONObject getInitParam(TableStyles defaultStyles)
           
 boolean isContentSpecified()
           
 void render(javax.faces.context.FacesContext context, HeaderCell.AdditionalContentWriter additionalContentWriter)
           
 
Methods inherited from class org.openfaces.renderkit.table.TableElement
getParent, getParent, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSection

public TableSection(TableElement parent)
Method Detail

getInitParam

public JSONObject getInitParam(TableStyles defaultStyles)

render

public void render(javax.faces.context.FacesContext context,
                   HeaderCell.AdditionalContentWriter additionalContentWriter)
            throws java.io.IOException
Specified by:
render in class TableElement
Throws:
java.io.IOException

isContentSpecified

public boolean isContentSpecified()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.