public class FieldHeaderLabel extends HeaderLabel
| Constructor and Description | 
|---|
| FieldHeaderLabel(HeaderLabelPopulating headerLabelPopulator)Constructs a FieldHeaderLabel, forcing an implementation of HeaderLabelPopulating to be passed in | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
appendFields, isActionBlock, isEmpty, isHidden, isLabeledFieldEmptyOrHidden, populateWithTabIndexIfRequested, setLabeledFieldEmptyOrHiddenpublic FieldHeaderLabel(HeaderLabelPopulating headerLabelPopulator)
headerLabelPopulator - the populator who will populate this label when the time has comepublic 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 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
RenderableElementpageContext - 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 renderingjavax.servlet.jsp.JspExceptionRenderableElement.renderElement(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag, org.kuali.ole.sys.document.web.AccountingLineRenderingContext)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.