public abstract class FieldTableJoiningWithHeader extends FieldTableJoining implements TableJoiningWithHeader
| Constructor and Description | 
|---|
| FieldTableJoiningWithHeader() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AccountingLineTableCell | createHeaderLabelTableCell()Creates a header label cell for this element | 
| int | getRequestedRowCount()Always returns 2 - one row for the header, one for the row | 
| void | joinRow(AccountingLineTableRow headerLabelRow,
              AccountingLineTableRow row)This joins a row but adds a header to the header label row | 
| void | joinTable(List<AccountingLineTableRow> rows)Requests that this layout element property join a number of rows which will make up a table | 
createTableCell, isActionBlock, isEmpty, isHidden, performFieldTransformations, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHeaderLabel, isHiddenperformFieldTransformations, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocksgetNameappendFields, populateWithTabIndexIfRequested, renderElementpublic FieldTableJoiningWithHeader()
public void joinTable(List<AccountingLineTableRow> rows)
TableJoiningjoinTable in interface TableJoiningjoinTable in class FieldTableJoiningrows - the rows to joinFieldTableJoining.joinTable(java.util.List)protected AccountingLineTableCell createHeaderLabelTableCell()
public void joinRow(AccountingLineTableRow headerLabelRow, AccountingLineTableRow row)
joinRow in interface TableJoiningjoinRow in class FieldTableJoiningheaderLabelRow - the header row which can be joinedrow - the row which can be joinedTableJoining.joinRow(org.kuali.ole.sys.document.web.AccountingLineTableRow, org.kuali.ole.sys.document.web.AccountingLineTableRow)public int getRequestedRowCount()
getRequestedRowCount in interface TableJoininggetRequestedRowCount in class FieldTableJoiningFieldTableJoining.getRequestedRowCount()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.