Portal Resource(s) Picker Dialog - mws_h:portalResourcesPickerDialog

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.panel.PortalResourcePickerModalDialog
Handler Classcom.webmethods.caf.faces.component.respicker.ResourcePickerModalDialogHandler
Renderer Typecom.webmethods.caf.faces.panel.ModalDialog
Description Dialog for Picking Portal Resource(s)
Palette LocationMWS Html/Control/Dialog/Portal Resource(s) Picker Dialog
Client-Side ModelCAF.Dialog.Modal.Model
Attributes 
NameRequiredTypeDescription
applyButtonActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
Apply Button action method expression
idfalsejava.lang.String Control identifier
isMoveablefalsejavax.el.ValueExpression
(must evaluate to boolean)
Whether this Dialog can be moved by the user
lazyfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if panel loads content asynchronously on demand

If not specified, the default value is "false".

multipleSelectionsAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
Allow Multiple Selections

If not specified, the default value is "true".

progressDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Milliseconds to wait before showing progress dialog

If not specified, the default value is "0".

progressFlashOnCompletefalsejavax.el.ValueExpression
(must evaluate to boolean)
True if panel should flash when asynchronous loading has completed

If not specified, the default value is "true".

progressMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Progress dialog message; defaults to a localized message, in English "Loading..."
progressUseHideShowEffectfalsejavax.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

If not specified, the default value is "false".

refreshOnApplyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to refresh (defaults to entire form)
refreshOnShowfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to refresh content every time panel is toggled visible. Ignored if Lazy Load is false.

If not specified, the default value is "false".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

rootURIfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Root Container to pick resource(s) from

If not specified, the default value is "folder.root".

Valid values are:

  • folder.public
  • folder.root
  • user.current.home
  • [any_other_value]
suppressInputsfalsejavax.el.ValueExpression
(must evaluate to java.util.Collection)

WARNING: This property has been deprecated.

Ids of controls on which to disallow update processing while handling asynchronous requests

If not specified, the default value is "false".

targetValuetruejavax.el.ValueExpression
(must evaluate to javax.faces.el.ValueBinding)
ValueBinding expression for where to copy the selected resource models when the modal dialog is applied.
twoPassfalsejavax.el.ValueExpression
(must evaluate to boolean)
Render initial content asynchronously. Ignored if Lazy Load is false.

If not specified, the default value is "false".

Output generated by Vdldoc View Declaration Language Documentation Generator.