Class ComboboxNumberConverter
- java.lang.Object
-
- de.hybris.platform.productcockpit.util.ComboboxNumberConverter
-
- All Implemented Interfaces:
org.zkoss.zkplus.databind.TypeConverter
public class ComboboxNumberConverter extends java.lang.Object implements org.zkoss.zkplus.databind.TypeConverter
-
-
Constructor Summary
Constructors Constructor Description ComboboxNumberConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcoerceToBean(java.lang.Object val, org.zkoss.zk.ui.Component comp)java.lang.ObjectcoerceToUi(java.lang.Object val, org.zkoss.zk.ui.Component comp)
-
-
-
Method Detail
-
coerceToBean
public java.lang.Object coerceToBean(java.lang.Object val, org.zkoss.zk.ui.Component comp)- Specified by:
coerceToBeanin interfaceorg.zkoss.zkplus.databind.TypeConverter
-
coerceToUi
public java.lang.Object coerceToUi(java.lang.Object val, org.zkoss.zk.ui.Component comp)- Specified by:
coerceToUiin interfaceorg.zkoss.zkplus.databind.TypeConverter
-
-