|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.document.web.renderers.MultipleReadOnlyFieldsRenderer
public class MultipleReadOnlyFieldsRenderer
Renders a set of read only fields to a table cell
| Constructor Summary | |
|---|---|
MultipleReadOnlyFieldsRenderer()
|
|
| Method Summary | |
|---|---|
protected String |
beginReadOnlyLabel()
|
protected String |
beginReadOnlyLayout()
|
protected String |
beginReadOnlyValue()
|
void |
clear()
If this object is held in a pool, this method is called before the object is returned to the pool, so that the object can be cleaned up for the next use. |
protected String |
endReadOnlyLabel()
|
protected String |
endReadOnlyLayout()
|
protected String |
endReadOnlyValue()
|
List<org.kuali.rice.kns.web.ui.Field> |
getFields()
|
void |
render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
Asks this renderer to render |
protected String |
renderEmptyCell()
|
protected String |
renderLabel(org.kuali.rice.kns.web.ui.Field field)
|
void |
setFields(List<org.kuali.rice.kns.web.ui.Field> fields)
Associate fields with this render pass of the renderer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleReadOnlyFieldsRenderer()
| Method Detail |
|---|
public void clear()
Renderer
clear in interface RendererRenderer.clear()
public void render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
throws javax.servlet.jsp.JspException
Renderer
render in interface RendererpageContext - the JSP page context to render toparentTag - the tag that is the "parent" of this rendering
javax.servlet.jsp.JspExceptionRenderer.render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)protected String renderEmptyCell()
protected String beginReadOnlyLayout()
protected String beginReadOnlyLabel()
protected String endReadOnlyLabel()
protected String beginReadOnlyValue()
protected String endReadOnlyValue()
protected String renderLabel(org.kuali.rice.kns.web.ui.Field field)
protected String endReadOnlyLayout()
public List<org.kuali.rice.kns.web.ui.Field> getFields()
public void setFields(List<org.kuali.rice.kns.web.ui.Field> fields)
fields - the fields to render through this render pass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||