|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.web.HeaderLabel
org.kuali.kfs.sys.document.web.FieldHeaderLabel
public class FieldHeaderLabel
A class which represents a renderable header label for an input
Constructor Summary | |
---|---|
FieldHeaderLabel(HeaderLabelPopulating headerLabelPopulator)
Constructs a FieldHeaderLabel, forcing an implementation of HeaderLabelPopulating to be passed in |
Method Summary | |
---|---|
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 |
renderElement(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag,
AccountingLineRenderingContext renderingContext)
Renders this element |
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 org.kuali.kfs.sys.document.web.HeaderLabel |
---|
appendFields, isActionBlock, isEmpty, isHidden, isLabeledFieldEmptyOrHidden, populateWithTabIndexIfRequested, setLabeledFieldEmptyOrHidden |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldHeaderLabel(HeaderLabelPopulating headerLabelPopulator)
headerLabelPopulator
- the populator who will populate this label when the time has comeMethod 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 String getLabelFor()
public void setLabelFor(String labelFor)
labelFor
- The labelFor to set.public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- The readOnly to set.public boolean isRequired()
public void setRequired(boolean required)
required
- The required to set.public void renderElement(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag, AccountingLineRenderingContext renderingContext) throws javax.servlet.jsp.JspException
RenderableElement
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.JspException
RenderableElement.renderElement(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag, org.kuali.kfs.sys.document.web.AccountingLineRenderingContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |