Class LabelControl

  • All Implemented Interfaces:
    javax.servlet.jsp.el.VariableResolver, IControl
    Direct Known Subclasses:
    SearchScopeStandardLabel

    public class LabelControl
    extends SourceFieldBoundControl<Source<?>>
    Renders a label within a form. If the label text is not explicitly specified in the control, the label text is read from the associated field definition.

    Example use: <control:lum_label dataId="title" /> xml data available for xsl rendering: <control dataId="title" id="8A488A031147504201114859F0601006" showRequired="true" type="lum_label"> <data> <text>Title</text> </data> </control>
    Since:
    4.0.0
    Version:
    $Revision$ $Date$