Package org.nuiton.jaxx.widgets.datetime
Class UnlimitedTimeEditorHandler
- java.lang.Object
-
- io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport<UnlimitedTimeEditor>
-
- org.nuiton.jaxx.widgets.datetime.UnlimitedTimeEditorHandler
-
- All Implemented Interfaces:
UIHandler<UnlimitedTimeEditor>
public class UnlimitedTimeEditorHandler extends BeanUIHandlerSupport<UnlimitedTimeEditor> implements UIHandler<UnlimitedTimeEditor>
Created on 11/30/14.- Since:
- 2.18
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
-
Fields inherited from class io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport
ui
-
-
Constructor Summary
Constructors Constructor Description UnlimitedTimeEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetProperty(UnlimitedTimeEditor 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()-
Methods inherited from class io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport
beforeInit, checkInit, checkNotInit, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuiton.jaxx.runtime.spi.UIHandler
afterInit, beforeInit
-
-
-
-
Method Detail
-
getProperty
protected String getProperty(UnlimitedTimeEditor ui)
- Specified by:
getPropertyin classBeanUIHandlerSupport<UnlimitedTimeEditor>
-
prepareInit
protected void prepareInit(String property)
- Specified by:
prepareInitin classBeanUIHandlerSupport<UnlimitedTimeEditor>
-
prepareBindFromBean
protected void prepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindFromBeanin classBeanUIHandlerSupport<UnlimitedTimeEditor>
-
prepareBindToBean
protected void prepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindToBeanin classBeanUIHandlerSupport<UnlimitedTimeEditor>
-
reset
public void reset()
-
-