Package org.eclnt.ccaddons.pbc.demos
Class TouchDateDemo1UI
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.ccaddons.pbc.demos.TouchDateDemo1UI
- All Implemented Interfaces:
Serializable
,org.eclnt.jsfserver.pagebean.IPageBean
,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onResetLocalDateAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
onResetUtilDateAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
setLocalDate
(LocalDate value) void
setUtilDate
(Date value) Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
-
Constructor Details
-
TouchDateDemo1UI
public TouchDateDemo1UI()
-
-
Method Details
-
getPageName
- Specified by:
getPageName
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getPageName
in classorg.eclnt.jsfserver.pagebean.PageBean
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPage
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getRootExpressionUsedInPage
in classorg.eclnt.jsfserver.pagebean.PageBean
-
getLocalDate
-
setLocalDate
-
getTimeZone
-
getUtilDate
-
setUtilDate
-
onResetUtilDateAction
public void onResetUtilDateAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onResetLocalDateAction
public void onResetLocalDateAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
-