Class TimeEditorDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.widgets.datetime.TimeEditorDemoHandler
- All Implemented Interfaces:
UIHandler<TimeEditorDemo>
public class TimeEditorDemoHandler extends java.lang.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 java.text.DateFormattimeFormat -
Constructor Summary
Constructors Constructor Description TimeEditorDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(TimeEditorDemo ui)voidbeforeInit(TimeEditorDemo ui)java.lang.StringgetTime(java.util.Date date)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
timeFormat
protected final java.text.DateFormat timeFormat
-
-
Constructor Details
-
TimeEditorDemoHandler
public TimeEditorDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<TimeEditorDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<TimeEditorDemo>
-
getTime
public java.lang.String getTime(java.util.Date date)
-