Class TimeEditorDemoHandler
java.lang.Object
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 - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected DateFormattimeFormat -
Constructor Summary
Constructors Constructor Description TimeEditorDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(TimeEditorDemo ui)voidbeforeInit(TimeEditorDemo ui)StringgetTime(Date date)
-
Field Details
-
Constructor Details
-
TimeEditorDemoHandler
public TimeEditorDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<TimeEditorDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<TimeEditorDemo>
-
getTime
-