Package | Description |
---|---|
org.kuali.ole.sys.document.service.impl | |
org.kuali.ole.sys.document.web | |
org.kuali.ole.sys.document.web.renderers |
Modifier and Type | Method and Description |
---|---|
protected AccountingLineTableCell |
HiddenFieldRearrangementAccountingLineRenderingTransformationImpl.findFirstNonHiddenCell(List<AccountingLineTableRow> rows)
Finds the first top-level non-hidden container from the given list of elements
|
Modifier and Type | Method and Description |
---|---|
protected void |
HiddenFieldRearrangementAccountingLineRenderingTransformationImpl.moveHiddenFields(AccountingLineTableCell sourceCell,
AccountingLineTableCell targetCell)
Moves any hidden renderable fields in the source cell to the target cell
|
protected void |
HiddenFieldRearrangementAccountingLineRenderingTransformationImpl.moveHiddenFields(AccountingLineTableRow sourceRow,
AccountingLineTableCell targetCell)
Moves any hidden fields in the source container to the target container
|
Modifier and Type | Method and Description |
---|---|
protected AccountingLineTableCell |
AccountingLineViewActionsField.createBlankTableCell(int rowSpan)
Builds a blank cell for the action so the actions always appear below that
|
protected AccountingLineTableCell |
AccountingLineViewColumns.createCellForField(AccountingLineViewField field)
Creates the "field" cell for the given field
|
protected AccountingLineTableCell |
AccountingLineViewCurrentBaseAmount.createCellForField(org.kuali.rice.kns.web.ui.Field field,
AccountingLineViewFieldDefinition definition)
Creates a table cell with a renderable field inside
|
protected AccountingLineTableCell |
AccountingLineViewDebitCreditAmountLayoutElement.createCellForField(org.kuali.rice.kns.web.ui.Field field,
AccountingLineViewFieldDefinition definition,
boolean isDebit)
Creates a table cell with a renderable field inside
|
protected AccountingLineTableCell |
AccountingLineViewColumns.createHeaderCellForField(AccountingLineViewField field)
Creates a header cell for for the given field
|
protected AccountingLineTableCell |
AccountingLineViewDebitCreditAmountLayoutElement.createHeaderCellForField(boolean isDebit)
Creates a header cell for the given field
|
protected AccountingLineTableCell |
AccountingLineViewCurrentBaseAmount.createHeaderCellForField(org.kuali.rice.kns.web.ui.Field field)
Creates a header cell for the given field
|
protected AccountingLineTableCell |
FieldTableJoiningWithHeader.createHeaderLabelTableCell()
Creates a header label cell for this element
|
protected AccountingLineTableCell |
AccountingLineViewField.createHeaderLabelTableCell()
Overridden to allow for colspan override
|
protected AccountingLineTableCell |
AccountingLineViewColumns.createPaddingCell()
Creates an empty cell to pad out the place typically held for a cell
|
protected AccountingLineTableCell |
AccountingLineViewSequenceNumberField.createTableCell() |
protected AccountingLineTableCell |
AccountingLineViewField.createTableCell()
Overridden to allow for colspan override
|
protected AccountingLineTableCell |
FieldTableJoining.createTableCell()
Creates a table cell that encapsulates this field
|
protected AccountingLineTableCell |
AccountingLineViewLine.createTableCellForNonTableJoining(RenderableElement element)
Creates a table cell to wrap the given rendering element
|
protected AccountingLineTableCell |
PlaceHoldingLayoutElement.getLabelCell()
Creates a place holding label cell
|
protected AccountingLineTableCell |
PlaceHoldingLayoutElement.getPlaceHoldingCell()
Returns an empty table cell, colspan cells wide
|
Modifier and Type | Method and Description |
---|---|
List<AccountingLineTableCell> |
AccountingLineTableRow.getCells()
Gets the cells attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineTableRow.addCell(AccountingLineTableCell cell)
Adds a new table cell to the row
|
protected void |
AccountingLineViewField.updateTableCellWithColSpanOverride(AccountingLineTableCell cell)
If the field definition had an override col span greater than 1 and it doesn't seem as if the given cell had its colspan
lengthened already, this method will increase the colspan of the table cell to whatever is listed
|
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineTableRow.setCells(List<AccountingLineTableCell> cells)
Sets the cells attribute value.
|
Modifier and Type | Method and Description |
---|---|
AccountingLineTableCell |
TableCellRenderer.getCell()
Gets the cell attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCellRenderer.setCell(AccountingLineTableCell cell)
Sets the cell attribute value.
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.