Class DateTimeEditorDemoHandler
- java.lang.Object
-
- org.nuiton.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 - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected DateFormatdateFormatprotected DateFormatdayDateFormatprotected DateFormattimeDateFormat
-
Constructor Summary
Constructors Constructor Description DateTimeEditorDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(DateTimeEditorDemo ui)voidbeforeInit(DateTimeEditorDemo ui)StringgetDate(Date date)StringgetDayDate(Date date)StringgetTimeDate(Date date)
-
-
-
Field Detail
-
dateFormat
protected final DateFormat dateFormat
-
dayDateFormat
protected final DateFormat dayDateFormat
-
timeDateFormat
protected final DateFormat timeDateFormat
-
-
Method Detail
-
beforeInit
public void beforeInit(DateTimeEditorDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<DateTimeEditorDemo>
-
afterInit
public void afterInit(DateTimeEditorDemo ui)
- Specified by:
afterInitin interfaceUIHandler<DateTimeEditorDemo>
-
-