Package org.nuiton.jaxx.widgets.datetime
Class TimeEditorHandler
- java.lang.Object
-
- io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport<TimeEditor>
-
- org.nuiton.jaxx.widgets.datetime.TimeEditorHandler
-
- All Implemented Interfaces:
UIHandler<TimeEditor>
public class TimeEditorHandler extends BeanUIHandlerSupport<TimeEditor> implements UIHandler<TimeEditor>
Created on 11/30/14.- Since:
- 2.18
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected CalendarcalendarHourprotected CalendarcalendarMinute-
Fields inherited from class io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport
ui
-
-
Constructor Summary
Constructors Constructor Description TimeEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(TimeEditor ui)voidbeforeInit(TimeEditor ui)DategetHourModelValue(Date incomingDate)DategetMinuteModelValue(Date incomingDate)protected StringgetProperty(TimeEditor ui)protected voidprepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)protected voidprepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)protected voidprepareInit(String property)voidreset()voidsetHours(Date hourDate)voidsetMinutes(Date minuteDate)-
Methods inherited from class io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport
checkInit, checkNotInit, init
-
-
-
-
Method Detail
-
beforeInit
public void beforeInit(TimeEditor ui)
- Specified by:
beforeInitin interfaceUIHandler<TimeEditor>- Overrides:
beforeInitin classBeanUIHandlerSupport<TimeEditor>
-
afterInit
public void afterInit(TimeEditor ui)
- Specified by:
afterInitin interfaceUIHandler<TimeEditor>
-
getProperty
protected String getProperty(TimeEditor ui)
- Specified by:
getPropertyin classBeanUIHandlerSupport<TimeEditor>
-
prepareInit
protected void prepareInit(String property)
- Specified by:
prepareInitin classBeanUIHandlerSupport<TimeEditor>
-
prepareBindFromBean
protected void prepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindFromBeanin classBeanUIHandlerSupport<TimeEditor>
-
prepareBindToBean
protected void prepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindToBeanin classBeanUIHandlerSupport<TimeEditor>
-
reset
public void reset()
-
setHours
public void setHours(Date hourDate)
-
setMinutes
public void setMinutes(Date minuteDate)
-
-