Uses of Interface
org.kuali.kfs.sys.document.web.renderers.Renderer

Packages that use Renderer
org.kuali.kfs.fp.document.web   
org.kuali.kfs.sys.document.datadictionary   
org.kuali.kfs.sys.document.web.renderers   
 

Uses of Renderer in org.kuali.kfs.fp.document.web
 

Classes in org.kuali.kfs.fp.document.web that implement Renderer
 class ProcurementCardGroupTotalRenderer
           
 

Methods in org.kuali.kfs.fp.document.web that return Renderer
 Renderer ProcurementCardGroupTotalDefinition.getTotalRenderer()
           
 

Uses of Renderer in org.kuali.kfs.sys.document.datadictionary
 

Methods in org.kuali.kfs.sys.document.datadictionary that return Renderer
 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
 

Uses of Renderer in org.kuali.kfs.sys.document.web.renderers
 

Subinterfaces of Renderer in org.kuali.kfs.sys.document.web.renderers
 interface FieldRenderer
          More detailed contract for renderers which render fields
 

Classes in org.kuali.kfs.sys.document.web.renderers that implement Renderer
 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 © 2005-2012 The Kuali Foundation. All Rights Reserved.