org.openfaces.renderkit.table
Class TableHeaderOrFooter
java.lang.Object
org.openfaces.renderkit.table.TableElement
org.openfaces.renderkit.table.TableSection
org.openfaces.renderkit.table.TableHeaderOrFooter
- Direct Known Subclasses:
- TableFooter, TableHeader
public abstract class TableHeaderOrFooter
- extends TableSection
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.