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