public class TemperatureEditorHandler extends BeanUIHandlerSupport<TemperatureEditor> implements UIHandler<TemperatureEditor>
ui| Constructor and Description |
|---|
TemperatureEditorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInit(TemperatureEditor ui) |
protected String |
getProperty(TemperatureEditor ui) |
void |
init(TemperatureEditor ui,
JLabel label) |
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) |
checkInit, checkNotInit, initpublic void beforeInit(TemperatureEditor ui)
beforeInit in interface UIHandler<TemperatureEditor>beforeInit in class BeanUIHandlerSupport<TemperatureEditor>protected String getProperty(TemperatureEditor ui)
getProperty in class BeanUIHandlerSupport<TemperatureEditor>public void init(TemperatureEditor ui, JLabel label)
protected void prepareInit(String property)
prepareInit in class BeanUIHandlerSupport<TemperatureEditor>protected void prepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)
prepareBindFromBean in class BeanUIHandlerSupport<TemperatureEditor>protected void prepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)
prepareBindToBean in class BeanUIHandlerSupport<TemperatureEditor>Copyright © 2008–2020 Ultreia.io. All rights reserved.