| Interface | Description | 
|---|---|
| CellCountCurious | A contract for those Renders which are curious about how many cells the total width of the table is | 
| CollectionPropertiesCurious | An interface for totals renders which are dying to know what the collection properties 
 for the group they are displaying totals for is | 
| FieldRenderer | More detailed contract for renderers which render fields | 
| Renderer | The contract needed by renderers of all stripes to render controls | 
| RepresentedCellCurious | 
| Class | Description | 
|---|---|
| AccountingLineTableFooterRenderer | Renders the footer of an accounting line table | 
| AccountingLineTableHeaderRenderer | Renders the header of an accounting line table | 
| ActionsRenderer | Renders an action for the accounting line view. | 
| CheckboxRenderer | Renders a field as a checkbox control | 
| CurrencyRenderer | A renderer for a field that displays as currency | 
| DateRenderer | Renders a field as a text field with a date picker | 
| DebitCreditTotalRenderer | |
| DropDownRenderer | This renders a drop down field to JSP | 
| DynamicNameLabelRenderer | Renders the dynamic label portion of a field | 
| DynamicReadOnlyRender | Render which displays a field that can't be input directly but could be changed when other fields change. | 
| FieldRendererBase | Base class for all renderers which render fields | 
| GroupErrorsRenderer | Renders any errors associated with an accounting line group | 
| GroupTitleLineRenderer | Renders the standard group header/import line | 
| GroupTotalRenderer | The standard renderer of totals for an accounting line group | 
| HiddenRenderer | Renders a hidden field | 
| HideShowBlockRenderer | Renders a hide show block | 
| LabelRenderer | This renders a label (and not, as I was about to write labels a render). | 
| MultipleReadOnlyFieldsRenderer | Renders a set of read only fields to a table cell | 
| OverrideFieldRenderer | The renderer of an override field | 
| PersistingTagRenderer | A renderer which renders a String - but also renders a hidden tag to persist the value 
 from the String (or an overriden persisting string) | 
| QuickFinderRenderer | Renders a quick field for an element | 
| RadioButtonGroupRenderer | Renders a control as a group of radio buttons | 
| ReadOnlyRenderer | Renderer which displays a read only field | 
| StringRenderer | Don't you love it when you've got to write silly code, just because of some arbitrary rule within the
 system?  Don't you love it even more when _you_ are the one who created that arbitrary rule?  All
 tag rendering occurs through Renderer implementations - even Strings, okay? | 
| TableCellRenderer | Renders a cell within a table | 
| TableHeaderRenderer | Renders a table cell as a header | 
| TableRenderer | Renders a table | 
| TableRowRenderer | Renders a row within a table | 
| TextAreaRenderer | Renders a field as a text area | 
| TextRenderer | Represents a field rendered as a text field | 
| TotalRendererBase | 
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.