Class DateTimeEditorDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.widgets.datetime.DateTimeEditorDemoHandler
- All Implemented Interfaces:
UIHandler<DateTimeEditorDemo>
public class DateTimeEditorDemoHandler extends Object implements UIHandler<DateTimeEditorDemo>
Created on 9/9/14.
- Since:
- 2.12
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected DateFormatdateFormatprotected DateFormatdayDateFormatprotected DateFormattimeDateFormat -
Constructor Summary
Constructors Constructor Description DateTimeEditorDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(DateTimeEditorDemo ui)voidbeforeInit(DateTimeEditorDemo ui)StringgetDate(Date date)StringgetDayDate(Date date)StringgetTimeDate(Date date)
-
Field Details
-
Constructor Details
-
DateTimeEditorDemoHandler
public DateTimeEditorDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<DateTimeEditorDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<DateTimeEditorDemo>
-
getDate
-
getDayDate
-
getTimeDate
-