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, setEditableBlocks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createHeaderLabel, isHidden
performFieldTransformations, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocks
getName
appendFields, populateWithTabIndexIfRequested, renderElement
public FieldTableJoiningWithHeader()
public void joinTable(List<AccountingLineTableRow> rows)
TableJoining
joinTable
in interface TableJoining
joinTable
in class FieldTableJoining
rows
- the rows to joinFieldTableJoining.joinTable(java.util.List)
protected AccountingLineTableCell createHeaderLabelTableCell()
public void joinRow(AccountingLineTableRow headerLabelRow, AccountingLineTableRow row)
joinRow
in interface TableJoining
joinRow
in class FieldTableJoining
headerLabelRow
- 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 TableJoining
getRequestedRowCount
in class FieldTableJoining
FieldTableJoining.getRequestedRowCount()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.