|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderableElement
Methods needed by elements of accounting lines that plan on rendering themselves
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 rendering
javax.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 to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||