public abstract class HeaderLabel extends Object implements RenderableElement
| Constructor and Description | 
|---|
| HeaderLabel() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendFields(List<org.kuali.rice.kns.web.ui.Field> fields)Header labels aren't really fields, so they append nothing | 
| boolean | isActionBlock()Header labels are never action blocks | 
| boolean | isEmpty()Returns whether the label field is either hidden or empty; this way, any labels for
 moved hidden fields will be removed | 
| boolean | isHidden()Header labels are never hidden | 
| boolean | isLabeledFieldEmptyOrHidden()Gets the labeledFieldEmptyOrHidden attribute. | 
| void | populateWithTabIndexIfRequested(int reallyHighIndex)Does nothing | 
| void | setLabeledFieldEmptyOrHidden(boolean labeledFieldEmptyOrHidden)Sets the labeledFieldEmptyOrHidden attribute value. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderElementpublic HeaderLabel()
public boolean isActionBlock()
isActionBlock in interface RenderableElementRenderableElement.isActionBlock()public boolean isHidden()
isHidden in interface RenderableElementRenderableElement.isHidden()public boolean isEmpty()
isEmpty in interface RenderableElementRenderableElement.isEmpty()public boolean isLabeledFieldEmptyOrHidden()
public void setLabeledFieldEmptyOrHidden(boolean labeledFieldEmptyOrHidden)
labeledFieldEmptyOrHidden - The labeledFieldEmptyOrHidden to set.public void appendFields(List<org.kuali.rice.kns.web.ui.Field> fields)
appendFields in interface RenderableElementKRAD Conversion: Customization of the fields - No use of data dictionarypublic void populateWithTabIndexIfRequested(int reallyHighIndex)
populateWithTabIndexIfRequested in interface RenderableElementreallyHighIndex - a really high index for elements who should not be tabbed toorg.kuali.ole.sys.document.web.RenderableElement#populateWithTabIndexIfRequested(int[], int)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.