it.amattioli.guidate.converters
Class DayConverter

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.converters.DayConverter
All Implemented Interfaces:
org.zkoss.zkplus.databind.TypeConverter

public class DayConverter
extends Object
implements org.zkoss.zkplus.databind.TypeConverter


Field Summary
static String FORMAT_ATTRIBUTE
           
 
Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter
IGNORE
 
Constructor Summary
DayConverter()
           
 
Method Summary
 Object coerceToBean(Object val, org.zkoss.zk.ui.Component comp)
           
 Object coerceToUi(Object val, org.zkoss.zk.ui.Component comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT_ATTRIBUTE

public static final String FORMAT_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

DayConverter

public DayConverter()
Method Detail

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.