|
||||||||||
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.LabelRenderer
public class LabelRenderer
This renders a label (and not, as I was about to write labels a render). It's main job is to render header cells on accounting lines.
Constructor Summary | |
---|---|
LabelRenderer()
|
Method Summary | |
---|---|
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 |
getApplicationURL()
|
String |
getAttributeEntryForHelp()
Gets the attributeEntryForHelp attribute. |
String |
getFullClassNameForHelp()
Gets the fullClassNameForHelp attribute. |
String |
getLabel()
Gets the label attribute. |
String |
getLabelFor()
Gets the labelFor attribute. |
boolean |
isReadOnly()
Gets the readOnly attribute. |
boolean |
isRequired()
Gets the required attribute. |
void |
render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
Asks this renderer to render |
void |
setAttributeEntryForHelp(String attributeEntryForHelp)
Sets the attributeEntryForHelp attribute value. |
void |
setFullClassNameForHelp(String fullClassNameForHelp)
Sets the fullClassNameForHelp attribute value. |
void |
setLabel(String label)
Sets the label attribute value. |
void |
setLabelFor(String labelFor)
Sets the labelFor attribute value. |
void |
setReadOnly(boolean readOnly)
Sets the readOnly attribute value. |
void |
setRequired(boolean required)
Sets the required attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelRenderer()
Method Detail |
---|
public String getAttributeEntryForHelp()
public void setAttributeEntryForHelp(String attributeEntryForHelp)
attributeEntryForHelp
- The attributeEntryForHelp to set.public String getFullClassNameForHelp()
public void setFullClassNameForHelp(String fullClassNameForHelp)
fullClassNameForHelp
- The fullClassNameForHelp to set.public String getLabel()
public void setLabel(String label)
label
- The label to set.public boolean isRequired()
public void setRequired(boolean required)
required
- The required to set.public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- The readOnly to set.public String getLabelFor()
public void setLabelFor(String labelFor)
labelFor
- The labelFor to set.public void clear()
Renderer
clear
in interface Renderer
Renderer.clear()
protected String getApplicationURL()
public void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
Renderer
render
in interface Renderer
pageContext
- the JSP page context to render toparentTag
- the tag that is the "parent" of this rendering
javax.servlet.jsp.JspException
org.kuali.kfs.sys.document.web.renderers.Renderer#render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag, org.kuali.rice.kns.bo.BusinessObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |