Class AutoLayoutDetailsControl

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