Package org.nuiton.jaxx.widgets.datetime
Class DateTimeEditorHandler
- java.lang.Object
-
- io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport<DateTimeEditor>
-
- org.nuiton.jaxx.widgets.datetime.DateTimeEditorHandler
-
- All Implemented Interfaces:
UIHandler<DateTimeEditor>
public class DateTimeEditorHandler extends BeanUIHandlerSupport<DateTimeEditor> implements UIHandler<DateTimeEditor>
Created on 9/9/14.- Since:
- 2.12
- 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 DateTimeEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(DateTimeEditor ui)voidbeforeInit(DateTimeEditor ui)DategetHourModelValue(Date incomingDate)DategetMinuteModelValue(Date incomingDate)protected StringgetProperty(DateTimeEditor 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)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(DateTimeEditor ui)
- Specified by:
beforeInitin interfaceUIHandler<DateTimeEditor>- Overrides:
beforeInitin classBeanUIHandlerSupport<DateTimeEditor>
-
afterInit
public void afterInit(DateTimeEditor ui)
- Specified by:
afterInitin interfaceUIHandler<DateTimeEditor>
-
getProperty
protected String getProperty(DateTimeEditor ui)
- Specified by:
getPropertyin classBeanUIHandlerSupport<DateTimeEditor>
-
prepareInit
protected void prepareInit(String property)
- Specified by:
prepareInitin classBeanUIHandlerSupport<DateTimeEditor>
-
prepareBindFromBean
protected void prepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindFromBeanin classBeanUIHandlerSupport<DateTimeEditor>
-
prepareBindToBean
protected void prepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindToBeanin classBeanUIHandlerSupport<DateTimeEditor>
-
setHours
public void setHours(Date hourDate)
-
setMinutes
public void setMinutes(Date minuteDate)
-
-