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, wait
renderElement
public HeaderLabel()
public boolean isActionBlock()
isActionBlock
in interface RenderableElement
RenderableElement.isActionBlock()
public boolean isHidden()
isHidden
in interface RenderableElement
RenderableElement.isHidden()
public boolean isEmpty()
isEmpty
in interface RenderableElement
RenderableElement.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 RenderableElement
KRAD Conversion: Customization of the fields - No use of data dictionary
public void populateWithTabIndexIfRequested(int reallyHighIndex)
populateWithTabIndexIfRequested
in interface RenderableElement
reallyHighIndex
- 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.