org.kuali.kfs.sys.document.web
Class FieldHeaderLabel

java.lang.Object
  extended by org.kuali.kfs.sys.document.web.HeaderLabel
      extended by org.kuali.kfs.sys.document.web.FieldHeaderLabel
All Implemented Interfaces:
RenderableElement

public class FieldHeaderLabel
extends HeaderLabel

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

FieldHeaderLabel

public FieldHeaderLabel(HeaderLabelPopulating headerLabelPopulator)
Constructs a FieldHeaderLabel, forcing an implementation of HeaderLabelPopulating to be passed in

Parameters:
headerLabelPopulator - the populator who will populate this label when the time has come
Method Detail

getAttributeEntryForHelp

public String getAttributeEntryForHelp()
Gets the attributeEntryForHelp attribute.

Returns:
Returns the attributeEntryForHelp.

setAttributeEntryForHelp

public void setAttributeEntryForHelp(String attributeEntryForHelp)
Sets the attributeEntryForHelp attribute value.

Parameters:
attributeEntryForHelp - The attributeEntryForHelp to set.

getFullClassNameForHelp

public String getFullClassNameForHelp()
Gets the fullClassNameForHelp attribute.

Returns:
Returns the fullClassNameForHelp.

setFullClassNameForHelp

public void setFullClassNameForHelp(String fullClassNameForHelp)
Sets the fullClassNameForHelp attribute value.

Parameters:
fullClassNameForHelp - The fullClassNameForHelp to set.

getLabel

public String getLabel()
Gets the label attribute.

Returns:
Returns the label.

setLabel

public void setLabel(String label)
Sets the label attribute value.

Parameters:
label - The label to set.

getLabelFor

public String getLabelFor()
Gets the labelFor attribute.

Returns:
Returns the labelFor.

setLabelFor

public void setLabelFor(String labelFor)
Sets the labelFor attribute value.

Parameters:
labelFor - The labelFor to set.

isReadOnly

public boolean isReadOnly()
Gets the readOnly attribute.

Returns:
Returns the readOnly.

setReadOnly

public void setReadOnly(boolean readOnly)
Sets the readOnly attribute value.

Parameters:
readOnly - The readOnly to set.

isRequired

public boolean isRequired()
Gets the required attribute.

Returns:
Returns the required.

setRequired

public void setRequired(boolean required)
Sets the required attribute value.

Parameters:
required - The required to set.

renderElement

public void renderElement(javax.servlet.jsp.PageContext pageContext,
                          javax.servlet.jsp.tagext.Tag parentTag,
                          AccountingLineRenderingContext renderingContext)
                   throws javax.servlet.jsp.JspException
Description copied from interface: RenderableElement
Renders this element

Parameters:
pageContext - the context to render to
parentTag - the parent tag that is requesting this rendering
renderingContext - the context about the accounting line that this element would end up rendering
Throws:
javax.servlet.jsp.JspException
See Also:
RenderableElement.renderElement(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag, org.kuali.kfs.sys.document.web.AccountingLineRenderingContext)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.