Class AutoEmbeddedInterfaceStandardButtonsControl

  • All Implemented Interfaces:
    javax.servlet.jsp.el.VariableResolver, IControl

    public class AutoEmbeddedInterfaceStandardButtonsControl
    extends Control
    Renders the standard buttons for a property page embedded within a LumisXP page. This control detects whether exists a "commit" process action handler and renders the [OK] button appropriately.

    Generally this control renders the following sub-controls:
     <control type="lum_interfaceButtons" id="interfaceButtons.autoembedded">
            <control type="lum_okButton" id="buttonOk" />
     </control>
     


    Example use: <control:lum_autoEmbeddedInterfaceStandardButtons /> xml data available for xsl rendering: <control id="8A488A0311E0DDAE0111E13C3D1D0588" type="lum_autoEmbeddedInterfaceStandardButtons"> <control id="interfaceButtons.autoembedded" type="lum_interfaceButtons"> <control id="buttonOk" type="lum_okButton" ... /> </control> </control>
    Since:
    4.0.5
    Version:
    $Revision$ $Date$
    See Also:
    OkButtonControl