Package | Description |
---|---|
org.kuali.kfs.module.purap.document.web | |
org.kuali.kfs.sys.document.datadictionary | |
org.kuali.kfs.sys.document.web |
Modifier and Type | Class and Description |
---|---|
class |
PurapAccountingLineViewField
Represents a field (plus, optionally, a dynamic name field) to be rendered as part of an accounting line.
|
Modifier and Type | Method and Description |
---|---|
protected List<RenderableElement> |
AccountingLineViewLineDefinition.getChildrenRenderableElements(Class<? extends AccountingLine> accountingLineClass)
Creates children renderable elements for all children of this line definition
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccountingLineRenderingContext
A contract for classes which wish to provide information about an accounting line which is being rendered
|
Modifier and Type | Class and Description |
---|---|
class |
AccountingLineTable
An inner table inside a table cell.
|
class |
AccountingLineTableCell
A class which represents a number of fields held in a table cell.
|
class |
AccountingLineTableRow
Represents a table row to display in an accounting view table.
|
class |
AccountingLineViewActionsField
A field that can join tables and also be rendered, this represents a table cell
that displays the actions available on an accounting line
|
class |
AccountingLineViewCountedSequenceNumberField
A sequence number which relies on line count, regardless of what the accounting line's sequence number
really is
|
class |
AccountingLineViewDebitCreditAmountField
This class...
|
class |
AccountingLineViewField
Represents a field (plus, optionally, a dynamic name field) to be rendered as part of an accounting line.
|
class |
AccountingLineViewMultipleReadOnlyFields
Represents multiple fields displaying with their values in a single cell
|
class |
AccountingLineViewOverrideField
An override field to be displayed for a field
|
class |
AccountingLineViewSequenceNumberField
A class to represent the rendering of a sequence number field
|
class |
FieldHeaderLabel
A class which represents a renderable header label for an input
|
class |
FieldTableJoining
Abstract class which contains functionality of table joining layout elements that will eventually render fields
|
class |
FieldTableJoiningWithHeader
Extension of FieldTableJoining that adds header cells correctly
|
class |
HeaderLabel
Base class for header labels
|
class |
HideShowBlock
A renderable element that renders child elements within a div that can be hidden or displayed
|
class |
LiteralHeaderLabel
A renderable element which renders a literal label
|
class |
RenderableAccountingLineContainer
A container which holds a single accounting line and the elements which will render it
|
Modifier and Type | Method and Description |
---|---|
List<RenderableElement> |
AccountingLineViewLine.getElements()
Gets the elements attribute.
|
List<RenderableElement> |
AccountingLineTableCell.getRenderableElement()
Gets the renderableElement attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineTableCell.addRenderableElement(RenderableElement element)
Adds a renderable element to the elements this cell can render
|
protected AccountingLineTableCell |
AccountingLineViewLine.createTableCellForNonTableJoining(RenderableElement element)
Creates a table cell to wrap the given rendering element
|
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineViewLine.setElements(List<RenderableElement> fields)
Sets the elements attribute value.
|
void |
AccountingLineTableCell.setRenderableElement(List<RenderableElement> renderableElement)
Sets the renderableElement attribute value.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.