public class DateTimeEditorHandler extends BeanUIHandlerSupport<DateTimeEditor> implements UIHandler<DateTimeEditor>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
calendarHour |
protected Calendar |
calendarMinute |
ui| Constructor and Description |
|---|
DateTimeEditorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInit(DateTimeEditor ui) |
void |
beforeInit(DateTimeEditor ui) |
Date |
getHourModelValue(Date incomingDate) |
Date |
getMinuteModelValue(Date incomingDate) |
protected String |
getProperty(DateTimeEditor ui) |
protected void |
prepareBindFromBean(String property,
io.ultreia.java4all.bean.JavaBean bean) |
protected void |
prepareBindToBean(String property,
io.ultreia.java4all.bean.JavaBean bean) |
protected void |
prepareInit(String property) |
void |
setHours(Date hourDate) |
void |
setMinutes(Date minuteDate) |
checkInit, checkNotInit, initprotected final Calendar calendarMinute
protected final Calendar calendarHour
public void beforeInit(DateTimeEditor ui)
beforeInit in interface UIHandler<DateTimeEditor>beforeInit in class BeanUIHandlerSupport<DateTimeEditor>public void afterInit(DateTimeEditor ui)
afterInit in interface UIHandler<DateTimeEditor>protected String getProperty(DateTimeEditor ui)
getProperty in class BeanUIHandlerSupport<DateTimeEditor>protected void prepareInit(String property)
prepareInit in class BeanUIHandlerSupport<DateTimeEditor>protected void prepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)
prepareBindFromBean in class BeanUIHandlerSupport<DateTimeEditor>protected void prepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)
prepareBindToBean in class BeanUIHandlerSupport<DateTimeEditor>public void setHours(Date hourDate)
public void setMinutes(Date minuteDate)
Copyright © 2008–2020 Ultreia.io. All rights reserved.