|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountingLineTableCell | |
---|---|
org.kuali.kfs.sys.document.service.impl | |
org.kuali.kfs.sys.document.web | |
org.kuali.kfs.sys.document.web.renderers |
Uses of AccountingLineTableCell in org.kuali.kfs.sys.document.service.impl |
---|
Methods in org.kuali.kfs.sys.document.service.impl that return AccountingLineTableCell | |
---|---|
protected AccountingLineTableCell |
HiddenFieldRearrangementAccountingLineRenderingTransformationImpl.findFirstNonHiddenCell(List<AccountingLineTableRow> rows)
Finds the first top-level non-hidden container from the given list of elements |
Methods in org.kuali.kfs.sys.document.service.impl with parameters of type AccountingLineTableCell | |
---|---|
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 |
Uses of AccountingLineTableCell in org.kuali.kfs.sys.document.web |
---|
Methods in org.kuali.kfs.sys.document.web that return AccountingLineTableCell | |
---|---|
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 |
AccountingLineViewField.createHeaderLabelTableCell()
Overridden to allow for colspan override |
protected AccountingLineTableCell |
FieldTableJoiningWithHeader.createHeaderLabelTableCell()
Creates a header label cell for this element |
protected AccountingLineTableCell |
AccountingLineViewColumns.createPaddingCell()
Creates an empty cell to pad out the place typically held for a cell |
protected AccountingLineTableCell |
FieldTableJoining.createTableCell()
Creates a table cell that encapsulates this field |
protected AccountingLineTableCell |
AccountingLineViewField.createTableCell()
Overridden to allow for colspan override |
protected AccountingLineTableCell |
AccountingLineViewSequenceNumberField.createTableCell()
|
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 |
Methods in org.kuali.kfs.sys.document.web that return types with arguments of type AccountingLineTableCell | |
---|---|
List<AccountingLineTableCell> |
AccountingLineTableRow.getCells()
Gets the cells attribute. |
Methods in org.kuali.kfs.sys.document.web with parameters of type AccountingLineTableCell | |
---|---|
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 |
Method parameters in org.kuali.kfs.sys.document.web with type arguments of type AccountingLineTableCell | |
---|---|
void |
AccountingLineTableRow.setCells(List<AccountingLineTableCell> cells)
Sets the cells attribute value. |
Uses of AccountingLineTableCell in org.kuali.kfs.sys.document.web.renderers |
---|
Methods in org.kuali.kfs.sys.document.web.renderers that return AccountingLineTableCell | |
---|---|
AccountingLineTableCell |
TableCellRenderer.getCell()
Gets the cell attribute. |
Methods in org.kuali.kfs.sys.document.web.renderers with parameters of type AccountingLineTableCell | |
---|---|
void |
TableCellRenderer.setCell(AccountingLineTableCell cell)
Sets the cell attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |