public class SelectedComboitemConverter extends Object implements TypeConverter, Serializable
IGNORE| Constructor and Description |
|---|
SelectedComboitemConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
coerceToBean(Object val,
org.zkoss.zk.ui.Component comp)
Deprecated.
Convert an value object to bean property type.
|
Object |
coerceToUi(Object val,
org.zkoss.zk.ui.Component comp)
Deprecated.
Convert an value object to UI component attribute type.
|
public Object coerceToBean(Object val, org.zkoss.zk.ui.Component comp)
TypeConvertercoerceToBean in interface TypeConverterval - the object to be coerced to backend bean property type.comp - associated componentTypeConverter.IGNORE
if you want DataBinder to ignore the assignment.public Object coerceToUi(Object val, org.zkoss.zk.ui.Component comp)
TypeConvertercoerceToUi in interface TypeConverterval - the object to be coerced to UI component attribute type.comp - associated componentTypeConverter.IGNORE
if you want DataBinder to ignore the assignment.Copyright © 2015. All rights reserved.