Package com.softwareag.caf.controls.mwsx
Class PersonCalendarDialogBean
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.PersonCalendarDialogBean
- 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
FieldsModifier and TypeFieldDescriptionprotected String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
Fields 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 before an action method is invoked.Getter method for the control with id='htmlForm:calendar'boolean
com.webmethods.sc.calendar.impl.UserCalendarEventProvider
void
setPersonURI
(String personURI) 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, afterInvokeApplication, afterPhase, afterProcessValidations, afterRenderResponse, afterRestoreView, afterUpdateModelValues, beforeApplyRequestValues, 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
-
fPersonURI
-
IMG_NEXT_WEEK
- See Also:
-
SKIN_NEXT_WEEK
- See Also:
-
IMG_SKIN_NEXT_WEEK
- See Also:
-
IMG_PREV_WEEK
- See Also:
-
SKIN_PREV_WEEK
- See Also:
-
IMG_SKIN_PREV_WEEK
- See Also:
-
IMG_CALENDAR
- See Also:
-
SKIN_CALENDAR
- See Also:
-
IMG_SKIN_CALENDAR
- See Also:
-
-
Constructor Details
-
PersonCalendarDialogBean
public PersonCalendarDialogBean()
-
-
Method Details
-
getPersonURI
- Returns:
- the personURI
-
setPersonURI
- Parameters:
personURI
- the personURI to set
-
getUserCalendarProvider
public com.webmethods.sc.calendar.impl.UserCalendarEventProvider getUserCalendarProvider() -
getInitialDate
-
getShortDatePattern
-
getShortTimePattern
-
getPersonModel
-
getCalendar
Getter method for the control with id='htmlForm:calendar' -
beforeInvokeApplication
protected void beforeInvokeApplication()Description copied from class:BaseViewBean
Clients should overwrite this method to perform custom actions before an action method is invoked.- Overrides:
beforeInvokeApplication
in classBaseViewBean
-
getPrevIcon
-
getNextIcon
-
getCalendarIcon
-
getHasUserCalendar
public boolean getHasUserCalendar()
-