public class DateTimeEditorDemoHandler extends Object implements UIHandler<DateTimeEditorDemo>
| Modifier and Type | Field and Description |
|---|---|
protected DateFormat |
dateFormat |
protected DateFormat |
dayDateFormat |
protected DateFormat |
timeDateFormat |
| Constructor and Description |
|---|
DateTimeEditorDemoHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInit(DateTimeEditorDemo ui) |
void |
beforeInit(DateTimeEditorDemo ui) |
String |
getDate(Date date) |
String |
getDayDate(Date date) |
String |
getTimeDate(Date date) |
protected final DateFormat dateFormat
protected final DateFormat dayDateFormat
protected final DateFormat timeDateFormat
public void beforeInit(DateTimeEditorDemo ui)
beforeInit in interface UIHandler<DateTimeEditorDemo>public void afterInit(DateTimeEditorDemo ui)
afterInit in interface UIHandler<DateTimeEditorDemo>Copyright © 2008–2020 Ultreia.io. All rights reserved.