Class TimeEditorDemoHandler
- java.lang.Object
-
- org.nuiton.jaxx.demo.component.jaxx.widgets.datetime.TimeEditorDemoHandler
-
- All Implemented Interfaces:
UIHandler<TimeEditorDemo>
public class TimeEditorDemoHandler extends Object implements UIHandler<TimeEditorDemo>
Created on 11/30/14.- Since:
- 2.18
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected DateFormattimeFormat
-
Constructor Summary
Constructors Constructor Description TimeEditorDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(TimeEditorDemo ui)voidbeforeInit(TimeEditorDemo ui)StringgetTime(Date date)
-
-
-
Field Detail
-
timeFormat
protected final DateFormat timeFormat
-
-
Method Detail
-
beforeInit
public void beforeInit(TimeEditorDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<TimeEditorDemo>
-
afterInit
public void afterInit(TimeEditorDemo ui)
- Specified by:
afterInitin interfaceUIHandler<TimeEditorDemo>
-
-