Class LabelControl

  • All Implemented Interfaces:
    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: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $