Class AutoLayoutLanguageInformationControl

  • All Implemented Interfaces:
    javax.servlet.jsp.el.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$ $Date$
    See Also:
    LabelControl, LanguageControl