| Interface | Description | 
|---|---|
| AccountingLineGroup | |
| AccountingLineRenderingContext | A contract for classes which wish to provide information about an accounting line which is being rendered | 
| AccountingLineViewLineFillingElement | A contract for accounting line view layout elements which join tables as part of an AccountingLineViewLines element | 
| CodeDescriptionFormatter | |
| ElementNamable | mark an element as namable | 
| HeaderLabelPopulating | Contract for classes than plan to be have labels rendered for them | 
| NestedFieldTotaling | an interface that indicates the totaling is for the nested field | 
| ReadOnlyable | A contract needed by any element that can be set to be read only | 
| RenderableElement | Methods needed by elements of accounting lines that plan on rendering themselves | 
| TableJoining | An interface which specifies the behaviors needed from layout elements to join tables | 
| TableJoiningWithHeader | Interface that declares extra methods needed for renderable elements that have headers | 
| Class | Description | 
|---|---|
| AccountingLineGroupTag | Tag that is responsible for rendering an accounting line group | 
| AccountingLinesTag | This tag...how to describe what it does?  It takes these groups of accounting lines and, you know,
 it, um...it renders them. | 
| AccountingLineTable | An inner table inside a table cell. | 
| AccountingLineTableCell | A class which represents a number of fields held in a table cell. | 
| AccountingLineTableRow | Represents a table row to display in an accounting view table. | 
| AccountingLineViewAction | A class that represents an action that can be taken on an accounting line. | 
| 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 | 
| AccountingLineViewColumns | A layout element that renders elements | 
| AccountingLineViewCountedSequenceNumberField | A sequence number which relies on line count, regardless of what the accounting line's sequence number
 really is | 
| AccountingLineViewCurrentBaseAmount | Represents a current/base amount for an accounting line | 
| AccountingLineViewDebitCreditAmountField | This class... | 
| AccountingLineViewDebitCreditAmountLayoutElement | A table joining element which adds two fields to an amount: debit amount and credit amount | 
| AccountingLineViewField | Represents a field (plus, optionally, a dynamic name field) to be rendered as part of an accounting line. | 
| AccountingLineViewLine | Represents a single table row to be rendered as part of an accounting line view. | 
| AccountingLineViewLines | Represents the rendering for a bunch of elements within the accounting line view | 
| AccountingLineViewMultipleReadOnlyFields | Represents multiple fields displaying with their values in a single cell | 
| AccountingLineViewOverrideField | An override field to be displayed for a field | 
| AccountingLineViewSequenceNumberField | A class to represent the rendering of a sequence number field | 
| CodeDescriptionFormatterBase | This class... | 
| CollectionAccountingLineGroupImpl | Extension to override rendering of errors to first verify the error key starts with the give collection name. | 
| DefaultAccountingLineGroupImpl | This represents an accounting line group in renderable state | 
| FieldHeaderLabel | A class which represents a renderable header label for an input | 
| FieldTableJoining | Abstract class which contains functionality of table joining layout elements that will eventually render fields | 
| FieldTableJoiningWithHeader | Extension of FieldTableJoining that adds header cells correctly | 
| HeaderLabel | Base class for header labels | 
| HideShowBlock | A renderable element that renders child elements within a div that can be hidden or displayed | 
| HideShowLayoutElement | The layout element for a hide/show wrapper of other elements | 
| LiteralHeaderLabel | A renderable element which renders a literal label | 
| PlaceHoldingLayoutElement | There are sometimes line elements which have fewer cells than other line elements within
 a lines element; this element exists to fill those out. | 
| RenderableAccountingLineContainer | A container which holds a single accounting line and the elements which will render it | 
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.