Dialog box for picking JCR node(s).
Info | Value |
---|---|
Component Type | com.webmethods.caf.jcr.faces.panel.NodePickerModalDialog |
Handler Class | com.webmethods.caf.faces.component.respicker.ResourcePickerModalDialogHandler |
Renderer Type | com.webmethods.caf.faces.panel.ModalDialog |
Description | Dialog for Picking JCR Node(s) |
Name | Required | Type | Description |
---|---|---|---|
multipleSelectionsAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| Allow Multiple Selections |
rootPath | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Root Container Path to pick resource(s) from |
targetValue | true | javax.el.ValueExpression
(must evaluate to javax.faces.el.ValueBinding )
| ValueBinding expression for where to copy the selected nodes when the modal dialog is applied. |
jcrSession | true | javax.el.ValueExpression
(must evaluate to javax.jcr.Session )
| JCR Session to use to communicate with the repository |
iconBaseUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Base URL for icons |
refreshOnApply | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id of control to refresh (defaults to entire form) |
applyButtonAction | false | javax.el.MethodExpression
(signature must match java.lang.String action() )
| Apply Button action method binding |
lazy | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if panel loads content asynchronously on demand |
refreshOnShow | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to refresh content every time panel is toggled visible. Ignored if Lazy Load is false. |
twoPass | false | javax.el.ValueExpression
(must evaluate to boolean )
| Render initial content asynchronously. Ignored if Lazy Load is false. |
suppressInputs | false | javax.el.ValueExpression
(must evaluate to java.util.Collection )
| Ids of controls on which to disallow update processing while handling asynchronous requests |
progressDelay | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Milliseconds to wait before showing progress dialog |
progressFlashOnComplete | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if panel should flash when asynchronous loading has completed |
progressMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Progress dialog message; defaults to a localized message, in English "Loading..." |
progressUseHideShowEffect | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if progress dialog should use panel's hide and show effects; false if progress dialog shouldn't use default effects |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
isMoveable | false | javax.el.ValueExpression
(must evaluate to boolean )
| Whether this Dialog can be moved by the user |
Output generated by Vdldoc View Declaration Language Documentation Generator.