it.amattioli.guidate.converters
Class DefaultConverter
java.lang.Object
it.amattioli.guidate.converters.DefaultConverter
- All Implemented Interfaces:
- org.zkoss.zkplus.databind.TypeConverter
public class DefaultConverter
- extends Object
- implements org.zkoss.zkplus.databind.TypeConverter
| Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter |
IGNORE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConverter
public DefaultConverter()
coerceToBean
public Object coerceToBean(Object val,
org.zkoss.zk.ui.Component comp)
- Specified by:
coerceToBean in interface org.zkoss.zkplus.databind.TypeConverter
coerceToUi
public Object coerceToUi(Object val,
org.zkoss.zk.ui.Component comp)
- Specified by:
coerceToUi in interface org.zkoss.zkplus.databind.TypeConverter
Copyright © 2011. All Rights Reserved.