Class AutoLayoutDetailsControl

  • All Implemented Interfaces:
    VariableResolver, IControl
    Direct Known Subclasses:
    AutoLayoutContentDetailsControl

    public class AutoLayoutDetailsControl
    extends SourceBoundControl<Source<?>>
    Used to render read details information of a single data tabular data row. This control extends the lum_autoLayoutDetails control which in turn simply contains a details control.

    Example use: <control:lum_autoLayoutDetails id="album" /> xml data available for xsl rendering: <control id="album" type="lum_autoLayoutDetails"> <control id="album.details" sourceId="album" type="lum_details" ... /> </control>
    Since:
    4.0.0
    Version:
    $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $
    See Also:
    DetailsControl