Class AutoLayoutLanguageInformationControl

  • All Implemented Interfaces:
    VariableResolver, IControl

    public class AutoLayoutLanguageInformationControl
    extends SourceBoundControl<Source<?>>
    Performs autolayout of language information.

    Example use: <control:lum_autoLayoutLanguageInformation" /> xml data available for xsl rendering: <control type="lum_autoLayoutLanguageInformation" ...> <control type="lum_div" ...> <control type="lum_table" ...> <tr> <td> <control type="lum_label" .../> <control type="lum_language" .../> </td> </tr> </control> </control> </control>
    Since:
    4.0.0
    Version:
    $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $
    See Also:
    LabelControl, LanguageControl