public class LabelRenderer extends Object implements Renderer
| Constructor and Description |
|---|
LabelRenderer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public LabelRenderer()
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 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()
Rendererclear in interface RendererRenderer.clear()protected String getApplicationURL()
public void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
Rendererrender in interface RendererpageContext - the JSP page context to render toparentTag - the tag that is the "parent" of this renderingjavax.servlet.jsp.JspExceptionorg.kuali.ole.sys.document.web.renderers.Renderer#render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag, org.kuali.rice.krad.bo.BusinessObject)Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.