Class AutoLayoutContentPropertyPageControl

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

    public class AutoLayoutContentPropertyPageControl
    extends AutoLayoutPropertyPageControl
    Renders a property page control with the visible source fields as label: input control pairs. In addition the metadata information is rendered below the source fields.

    This control generates sub-controls in the following layout
     <control type="lum_form">
            <control type="lum_propertyPage">
                    <control type="lum_filters" id="" + getId() + ".lumFilters" />
                    <control type="lum_controlGroup" title="" + localize("STR_BASIC_INFORMATION") + "">
                            <control type="lum_autoLayoutFields" id="" + getId() + "_Fields" />
                    </control>
                    <control type="lum_autoLayoutMetaDataInformation" />
            </control>
     </control>
     


    Example use: <control:lum_autoLayoutContentPropertyPage /> xml data available for xsl rendering: <control id="autoLayout" type="lum_autoLayoutContentPropertyPage"> <control type="lum_form" ...> <control type="lum_propertyPage" .../> </control> </control>
    Since:
    4.0.2
    Version:
    $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $
    See Also:
    PropertyPageControl, AutoLayoutPropertyPageControl