Class DocumentPickerControl

  • All Implemented Interfaces:
    java.util.Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

    public class DocumentPickerControl
    extends DataBoundControl
    Renders a control that allows the end user to input a document. The actual selection is done behind a button that opens a graphical interface to select documents.

    Example use: <control:lum_documentPicker id="linkDocumentId"/> xml data available for xsl rendering: <control id="linkDocumentId" type="lum_documentPicker"> <control id="8A488A0311DCC4930111DCDAB1D50610" type="lum_requiredValueWhenVisibleValidator" ... /> <strings> <string id="STR_SELECT">Select</string> <string id="STR_CLEAR">Clear</string> </strings> <data> <openPopup><!-- javascript for openning the selection popup --></openPopup> </data> </control>
    Since:
    4.0.0
    Version:
    $Revision: 26055 $ $Date: 2023-12-04 19:03:31 -0300 (Mon, 04 Dec 2023) $
    See Also:
    RequiredValueWhenVisibleValidatorControl