Class PrincipalPickerControl

  • All Implemented Interfaces:
    Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer
    Direct Known Subclasses:
    ServiceInstancePrincipalPickerControl

    public class PrincipalPickerControl
    extends DataBoundControl
    Renders a control that allows the end user to select a principal. The list of principals may be limited to users or groups.

    Example use: <control type="lum_principalPicker" id="principalId" showType="users"/> xml data available for xsl rendering: <control id="principalId" showType="users" type="lum_principalPicker"> <strings> <string id="STR_SELECT">Select</string> <string id="STR_CLEAR">Clear</string> </strings> <data> <principal> <principalId>00000000D00000000000000000000001</principalId> <shortId>admin</shortId> <name>Administrator</name> <type>1</type> <subtype>0</subtype> </principal> <openPopup><!--javascript--></openPopup> <updateScript><!--javascript--></updateScript> </data> </control>
    Since:
    4.1.1
    Version:
    $Revision: 22326 $ $Date: 2019-01-29 15:33:37 -0200 (Tue, 29 Jan 2019) $