Package com.softwareag.caf.controls.mwsx
Class PeoplePickerDialogBean
java.lang.Object
com.webmethods.caf.faces.bean.BaseFacesBean
com.webmethods.caf.faces.bean.BaseFacesSessionBean
com.webmethods.caf.faces.bean.BaseViewBean
com.webmethods.caf.faces.bean.BaseCompositeViewControlPageBean
com.softwareag.caf.controls.mwsx.PeoplePickerDialogBean
- All Implemented Interfaces:
IPageFlowScopeAdapter
,ICompositeViewControlPageBean
,Serializable
,EventListener
,PhaseListener
,HttpSessionBindingListener
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.webmethods.caf.faces.bean.BaseViewBean
BaseViewBean.ClientIdsContentProvider
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.faces.bean.BaseCompositeViewControlPageBean
fCompositeNamingContainer
Fields inherited from class com.webmethods.caf.faces.bean.BaseViewBean
clientIds, initialized
Fields inherited from class com.webmethods.caf.faces.bean.BaseFacesSessionBean
fExpireWithPageFlow
Fields inherited from class com.webmethods.caf.faces.bean.BaseFacesBean
DATA_BINDING_CLIENTS, EMPTY_RESOURCES, OUTCOME_ERROR, OUTCOME_OK, resourcesProviders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Clients should overwrite this method to perform custom actions after an action method is invoked.Getter method for the control with id='htmlForm:peopleSearchBar'Getter method for the control with id='htmlForm:peopleSwapBox'boolean
void
setDefaultCommand
(String cmd) void
setDefaultFocus
(String focus) void
setDisableWhenHidden
(boolean disableWhenHidden) void
setRefreshOnApply
(String refreshOnApply) Methods inherited from class com.webmethods.caf.faces.bean.BaseCompositeViewControlPageBean
findComponentInRoot, getClientIds, getCompositeViewAbsoluteControlId, getCompositeViewControlId, getCompositeViewNamingContainer, getPropertyOrBindingValue, setCompositeViewNamingContainer
Methods inherited from class com.webmethods.caf.faces.bean.BaseViewBean
afterApplyRequestValues, afterPhase, afterProcessValidations, afterRenderResponse, afterRestoreView, afterUpdateModelValues, beforeApplyRequestValues, beforeInvokeApplication, beforePhase, beforeProcessValidations, beforeRenderResponse, beforeRestoreView, beforeUpdateModelValues, callInitialize, findComponent, getApplicationScope, getPhaseId, getRealPath, getRequestParam, getRequestScope, getSessionScope, gotoPage, gotoPage, initialize, isAsyncRequest, preRenderResponse, release, resetPageFlowStorage, streamFileDataToResponse
Methods inherited from class com.webmethods.caf.faces.bean.BaseFacesSessionBean
getExpireWithPageFlow, setExpireWithPageFlow, valueBound, valueUnbound
Methods inherited from class com.webmethods.caf.faces.bean.BaseFacesBean
createMethodBinding, createMethodExpression, createValueBinding, createValueExpression, createValueExpression, error, error, error, error, error, getBean, getFacesContext, getLocale, getResourceInputStream, getResources, getResourcesProvider, getRootCause, getStackTrace, getTreeAttribute, isUserInRole, log, log, log, putTreeAttribute, resetDataBindingClients, resolveDataBinding, resolveDataBinding, resolveExpression, setValue
-
Field Details
-
fRefreshOnApply
-
-
Constructor Details
-
PeoplePickerDialogBean
public PeoplePickerDialogBean()
-
-
Method Details
-
getDefaultCommand
-
setDefaultCommand
-
getDefaultFocus
-
setDefaultFocus
-
isDisableWhenHidden
public boolean isDisableWhenHidden() -
setDisableWhenHidden
public void setDisableWhenHidden(boolean disableWhenHidden) -
getTitleText
-
afterInvokeApplication
protected void afterInvokeApplication()Description copied from class:BaseViewBean
Clients should overwrite this method to perform custom actions after an action method is invoked.- Overrides:
afterInvokeApplication
in classBaseViewBean
-
getRefreshOnApply
- Returns:
- the refreshOnApply
-
setRefreshOnApply
- Parameters:
refreshOnApply
- the refreshOnApply to set
-
getPeopleSearchBar
Getter method for the control with id='htmlForm:peopleSearchBar' -
getPeopleSwapBox
Getter method for the control with id='htmlForm:peopleSwapBox'
-