Uses of Interface
org.kuali.kfs.sys.document.web.RenderableElement

Packages that use RenderableElement
org.kuali.kfs.module.purap.document.web   
org.kuali.kfs.sys.document.datadictionary   
org.kuali.kfs.sys.document.web   
 

Uses of RenderableElement in org.kuali.kfs.module.purap.document.web
 

Classes in org.kuali.kfs.module.purap.document.web that implement RenderableElement
 class PurapAccountingLineViewField
          Represents a field (plus, optionally, a dynamic name field) to be rendered as part of an accounting line.
 

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

Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type RenderableElement
protected  List<RenderableElement> AccountingLineViewLineDefinition.getChildrenRenderableElements(Class<? extends AccountingLine> accountingLineClass)
          Creates children renderable elements for all children of this line definition
 

Uses of RenderableElement in org.kuali.kfs.sys.document.web
 

Classes in org.kuali.kfs.sys.document.web that implement RenderableElement
 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
 

Methods in org.kuali.kfs.sys.document.web that return types with arguments of type RenderableElement
 List<RenderableElement> AccountingLineViewLine.getElements()
          Gets the elements attribute.
 List<RenderableElement> AccountingLineTableCell.getRenderableElement()
          Gets the renderableElement attribute.
 

Methods in org.kuali.kfs.sys.document.web with parameters of type RenderableElement
 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
 

Method parameters in org.kuali.kfs.sys.document.web with type arguments of type RenderableElement
 void AccountingLineViewLine.setElements(List<RenderableElement> fields)
          Sets the elements attribute value.
 void AccountingLineTableCell.setRenderableElement(List<RenderableElement> renderableElement)
          Sets the renderableElement attribute value.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.