Package | Description |
---|---|
org.kuali.ole.fp.document.web | |
org.kuali.ole.sys.document.datadictionary | |
org.kuali.ole.sys.document.web.renderers |
Modifier and Type | Class and Description |
---|---|
class |
ProcurementCardGroupTotalRenderer |
Modifier and Type | Method and Description |
---|---|
Renderer |
ProcurementCardGroupTotalDefinition.getTotalRenderer() |
Modifier and Type | Method and Description |
---|---|
Renderer |
DebitCreditTotalDefinition.getTotalRenderer() |
Renderer |
AccountingLineGroupTotalDefinition.getTotalRenderer()
Uses GroupTotalRenderer to render the total
|
abstract Renderer |
TotalDefinition.getTotalRenderer()
Returns a renderer which will render the total for this total definition
|
Modifier and Type | Interface and Description |
---|---|
interface |
FieldRenderer
More detailed contract for renderers which render fields
|
Modifier and Type | Class and Description |
---|---|
class |
AccountingLineTableFooterRenderer
Renders the footer of an accounting line table
|
class |
AccountingLineTableHeaderRenderer
Renders the header of an accounting line table
|
class |
ActionsRenderer
Renders an action for the accounting line view.
|
class |
CheckboxRenderer
Renders a field as a checkbox control
|
class |
CurrencyRenderer
A renderer for a field that displays as currency
|
class |
DateRenderer
Renders a field as a text field with a date picker
|
class |
DebitCreditTotalRenderer |
class |
DropDownRenderer
This renders a drop down field to JSP
|
class |
DynamicNameLabelRenderer
Renders the dynamic label portion of a field
|
class |
DynamicReadOnlyRender
Render which displays a field that can't be input directly but could be changed when other fields change.
|
class |
FieldRendererBase
Base class for all renderers which render fields
|
class |
GroupErrorsRenderer
Renders any errors associated with an accounting line group
|
class |
GroupTitleLineRenderer
Renders the standard group header/import line
|
class |
GroupTotalRenderer
The standard renderer of totals for an accounting line group
|
class |
HiddenRenderer
Renders a hidden field
|
class |
HideShowBlockRenderer
Renders a hide show block
|
class |
LabelRenderer
This renders a label (and not, as I was about to write labels a render).
|
class |
MultipleReadOnlyFieldsRenderer
Renders a set of read only fields to a table cell
|
class |
OverrideFieldRenderer
The renderer of an override field
|
class |
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)
|
class |
QuickFinderRenderer
Renders a quick field for an element
|
class |
RadioButtonGroupRenderer
Renders a control as a group of radio buttons
|
class |
ReadOnlyRenderer
Renderer which displays a read only field
|
class |
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?
|
class |
TableCellRenderer
Renders a cell within a table
|
class |
TableHeaderRenderer
Renders a table cell as a header
|
class |
TableRenderer
Renders a table
|
class |
TableRowRenderer
Renders a row within a table
|
class |
TextAreaRenderer
Renders a field as a text area
|
class |
TextRenderer
Represents a field rendered as a text field
|
class |
TotalRendererBase |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.