Package org.eclnt.ccaddons.pbc
Class CCTouchTimeControl
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
org.eclnt.ccaddons.pbc.CCTouchTimeControl
- All Implemented Interfaces:
Serializable,org.eclnt.jsfserver.elements.IConfiguredByLayout,org.eclnt.jsfserver.pagebean.componentascontrol.IActionEventDelegationProvider,org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControl,org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControlImplicitlyCreateInstance,org.eclnt.jsfserver.pagebean.IPageBean,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
public class CCTouchTimeControl
extends org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
implements Serializable, org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControlImplicitlyCreateInstance
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction.IDirectActionListenerNested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl.ILiteralResolver, org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl.LitMap -
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetHour()intintvoidvoidonMinusAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonMinusFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonMinusHourAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonMinusMinuteAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonMinusMinuteFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPlusAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPlusFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPlusHourAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPlusMinuteAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPlusMinuteFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) Methods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
delegateActionEvent, getDirectActionListener, setActionDelegationListener, setDirectActionListenerMethods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
getLit, initializePageBean, initializePageBeanConfigItems, transferAttributeReferencesIntoPageBeanInstanceMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolverMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListenerMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, openModalPopup, openModelessPopup, setActualRootExpressionMethods inherited from interface org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControl
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
CCTouchTimeControl
public CCTouchTimeControl()
-
-
Method Details
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPagein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getRootExpressionUsedInPagein classorg.eclnt.jsfserver.pagebean.PageBean
-
onBeforeRendering
public void onBeforeRendering()- Specified by:
onBeforeRenderingin interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Overrides:
onBeforeRenderingin classorg.eclnt.jsfserver.pagebean.PageBean
-
getHour
public int getHour() -
getMinute
public int getMinute() -
getSecond
public int getSecond() -
getHourWidth
-
getMinuteWidth
-
getSecondWidth
-
getStyleVariantButtonPlus
-
getStyleVariantButtonMinus
-
getStyleVariantLabel
-
getStyleVariantAround
-
getEnabled
-
getImagePlus
-
getImageMinus
-
getImagePlusFast
-
getImageMinusFast
-
getWithSeconds
-
onMinusAction
public void onMinusAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onMinusFastAction
public void onMinusFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onPlusAction
public void onPlusAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onPlusFastAction
public void onPlusFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onPlusMinuteAction
public void onPlusMinuteAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onMinusMinuteAction
public void onMinusMinuteAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onPlusMinuteFastAction
public void onPlusMinuteFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onMinusMinuteFastAction
public void onMinusMinuteFastAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onPlusHourAction
public void onPlusHourAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onMinusHourAction
public void onMinusHourAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
-