it.amattioli.guidate.converters
Class EntityConverter

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

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


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

Constructor Detail

EntityConverter

public EntityConverter()

EntityConverter

public EntityConverter(String propertyName)
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

getPropertyName

public String getPropertyName(org.zkoss.zk.ui.Component comp)

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)


Copyright © 2011. All Rights Reserved.