Class PropertyPageControl

  • All Implemented Interfaces:
    VariableResolver, IControl

    public class PropertyPageControl
    extends Control
    Renders a property page with an interface header control on top and possible [OK] [CANCEL] button controls at the bottom. Any controls placed within this control will be rendered between the header and the [OK], [CANCEL] buttons.

    Generally this control generates the following sub controls
    <control type="lum_interfaceHeader" id="propertyPageId_header" titleMaxSize="50" setWindowTitle="true" title="Property Page"/> <!-- controls within the property page --> <control type="lum_footer"> <control type="lum_requiredValuesDescriptor"/> <control type="lum_autoInterfaceStandardButtons"/> </control> </control>

    Example use: <control:lum_propertyPage> <!-- Sub controls --> </control:lum_propertyPage> xml data available for xsl rendering: <control id="8A488A031150E33501115131F50B0466" type="lum_propertyPage"> <!-- Sub controls --> <control id="8A488A031150E33501115131F50B0466_header" type="lum_interfaceHeader" ... /> <control cellspacing="0" id="8A488A031150E33501115131F52B048A" type="lum_table" width="100%"> <tr> <td valign="top"> <control id="8A488A031150E33501115131F52B048B" type="lum_requiredValuesDescriptor" ... /> </td> <td> <control id="8A488A031150E33501115131F52B048C" type="lum_autoInterfaceStandardButtons" ... /> </td> </tr> </control> </control>
    Since:
    4.0.0
    Version:
    $Revision: 20913 $ $Date: 2018-01-30 16:24:09 -0200 (Tue, 30 Jan 2018) $
    See Also:
    InterfaceHeaderControl, RequiredValuesDescriptorControl, AutoInterfaceStandardButtonsControl