public interface RenderableElement
| Modifier and Type | Method and Description | 
|---|---|
| void | appendFields(List<org.kuali.rice.kns.web.ui.Field> fields)Asks that the renderable element appends any field names it knows of to the given list; this is so that proper quick finders can be generated
 and population accomplished when fields themselves are rendered | 
| boolean | isActionBlock()Determines if this element is an action block or not | 
| boolean | isEmpty()Is this renderable element empty of any truly renderable content? | 
| boolean | isHidden()Determines if this element is hidden or not | 
| void | populateWithTabIndexIfRequested(int reallyHighIndex)Allows the arbitrarily high tab index to be set for controls | 
| void | renderElement(javax.servlet.jsp.PageContext pageContext,
                          javax.servlet.jsp.tagext.Tag parentTag,
                          AccountingLineRenderingContext renderingContext)Renders this element | 
boolean isHidden()
boolean isActionBlock()
boolean isEmpty()
void renderElement(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag, AccountingLineRenderingContext renderingContext) throws javax.servlet.jsp.JspException
pageContext - the context to render toparentTag - the parent tag that is requesting this renderingrenderingContext - the context about the accounting line that this element would end up renderingjavax.servlet.jsp.JspExceptionvoid appendFields(List<org.kuali.rice.kns.web.ui.Field> fields)
fieldNames - the List of fields to append fields tovoid populateWithTabIndexIfRequested(int reallyHighIndex)
reallyHighIndex - a really high index for elements who should not be tabbed toCopyright © 2004–2015 The Kuali Foundation. All rights reserved.