People Picker Dialog - mws_h:peoplePickerDialog

Component Information 
InfoValue
Component Typecom.softwareag.caf.controls.mwsx.PeoplePickerDialog
Handler Classcom.softwareag.caf.controls.mwsx.PeoplePickerDialogHandler
Renderer TypeNone
Description Modal Dialog for selecting people
Palette LocationMWS Html/Control/MWSX/People/People Picker Dialog
Client-Side ModelCAF.Dialog.Modal.Model
Attributes 
NameRequiredTypeDescription
advancedSearchAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Advanced' tab is visible to the end user

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

applyButtonActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
Apply Button action method expression
asyncGoRefreshfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the control to refresh when using an 'Async Go button'
buildQueryStringActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the 'Go' button
buildQueryStringActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the 'Go' button
cancelSearchOptionsActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())

WARNING: This property has been deprecated. Use cancelSearchOptionsActionExpression property instead

The action handler for the 'Cancel' button on the 'Options' tab
cancelSearchOptionsActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the 'Cancel' button on the 'Options' tab
changeActiveSavedSearchActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())

WARNING: This property has been deprecated. Use changeActiveSavedSearchActionExpression property instead

The action handler for changing the active saved search
changeActiveSavedSearchActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for changing the active saved search
clearFormActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the 'Clear' button
clearFormActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the 'Clear' button
clearFormButtonAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Clear' button is visible for Search/Advanced/Saved tabs

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

defaultCommandfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of default command control

Valid values are:

  • _none
  • [any_other_value]
defaultFocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to focus initially

Valid values are:

  • _first
  • _none
  • [any_other_value]
deleteSavedActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())

WARNING: This property has been deprecated. Use deleteSavedActionExpression property instead

The action handler for the saved search 'Delete' button
deleteSavedActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the saved search 'Delete' button
disableWhenHiddenfalsejavax.el.ValueExpression
(must evaluate to boolean)
Disables input controls when panel is hidden, preventing the input controls from submitting

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

groupSearchAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
Allow the user to search for groups

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

idfalsejava.lang.String Control identifier
isMoveablefalsejavax.el.ValueExpression
(must evaluate to boolean)
Whether this Dialog can be moved by the user
keywordsFieldAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Keywords' controls are visible for Search/Advanced/Saved tabs

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

lazyfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if panel loads content asynchronously on demand

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

maxResultsFieldAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Max Results' controls are visible on the 'Options' tab

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

maxResultsMaxValuefalsejavax.el.ValueExpression
(must evaluate to long)
Set the maximum number that user can specify for the 'Max Results' value

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

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

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

persistSearchOptionsActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())

WARNING: This property has been deprecated. Use persistSearchOptionsActionExpression property instead

The action handler for the 'Save' button on the 'Options' tab
persistSearchOptionsActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the 'Save' button on the 'Options' tab
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".

refineSearchButtonAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Refine' button on the 'Search' tab is visible to the end user

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

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".

roleSearchAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
Allow the user to search for roles

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

savedSearchProviderfalsejavax.el.ValueExpression
(must evaluate to com.webmethods.caf.faces.search.saved.ISavedSearchProvider)
Value binding that specifies the saved search provider
saveQueryActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())

WARNING: This property has been deprecated. Use saveQueryActionExpression property instead

The action handler adding a new saved search
saveQueryActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler adding a new saved search
saveSearchAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Saved' tab is visible to the end user

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

searchOptionsManagerfalsejavax.el.ValueExpression
(must evaluate to com.webmethods.caf.faces.search.options.ISearchOptionsManager)
Value binding that specifies the search options manager
searchQueryFactoryfalsejavax.el.ValueExpression
(must evaluate to com.webmethods.caf.faces.search.query.ISearchQueryFactory)
Value binding that specifies a factory for search query objects
simpleSearchAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Search' tab is visible to the end user

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

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 principal ids 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".

updateSavedQueryActionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())

WARNING: This property has been deprecated. Use updateSavedQueryActionExpression property instead

The action handler for the updating an existing saved search
updateSavedQueryActionExpressionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
The action handler for the updating an existing saved search
useAsyncGoButtonfalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Go' button will use an 'Async Command Button'

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

useOrConditionAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Match Any/All' dropdown is visible

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

userSearchAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
Allow the user to search for users

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

userSearchOptionsAvailablefalsejavax.el.ValueExpression
(must evaluate to boolean)
If true, the 'Options' tab is visible to the end user

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

Output generated by Vdldoc View Declaration Language Documentation Generator.