org.openfaces.renderkit.table
Class TableHeaderOrFooter

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

public abstract class TableHeaderOrFooter
extends TableSection


Method Summary
static int composeColumnHierarchies(java.util.List<BaseColumn> columns, java.util.List<BaseColumn>[] columnHierarchies, boolean isHeader, boolean skipEmptyHeaders)
           
 CellCoordinates findCell(BaseColumn column, CellKind cellKind)
           
 int getSubHeaderRowIndex()
           
 boolean hasSubHeader()
           
 boolean isContentSpecified()
           
 
Methods inherited from class org.openfaces.renderkit.table.TableSection
getInitParam, render
 
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
 

Method Detail

composeColumnHierarchies

public static int composeColumnHierarchies(java.util.List<BaseColumn> columns,
                                           java.util.List<BaseColumn>[] columnHierarchies,
                                           boolean isHeader,
                                           boolean skipEmptyHeaders)

hasSubHeader

public boolean hasSubHeader()

isContentSpecified

public boolean isContentSpecified()
Overrides:
isContentSpecified in class TableSection

getSubHeaderRowIndex

public int getSubHeaderRowIndex()

findCell

public CellCoordinates findCell(BaseColumn column,
                                CellKind cellKind)


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