|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkplus.databind.RadiogroupSelectedItemConverter
public class RadiogroupSelectedItemConverter
Convert Radiogroup selected item to radio value and vice versa.
Field Summary |
---|
Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter |
---|
IGNORE |
Constructor Summary | |
---|---|
RadiogroupSelectedItemConverter()
|
Method Summary | |
---|---|
java.lang.Object |
coerceToBean(java.lang.Object val,
Component comp)
Convert an value object to bean property type. |
java.lang.Object |
coerceToUi(java.lang.Object val,
Component comp)
Convert an value object to UI component attribute type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadiogroupSelectedItemConverter()
Method Detail |
---|
public java.lang.Object coerceToUi(java.lang.Object val, Component comp)
TypeConverter
coerceToUi
in interface TypeConverter
val
- the object to be coerced to UI component attribute type.comp
- associated component
TypeConverter.IGNORE
if you want DataBinder to ignore the assignment.public java.lang.Object coerceToBean(java.lang.Object val, Component comp)
TypeConverter
coerceToBean
in interface TypeConverter
val
- the object to be coerced to backend bean property type.comp
- associated component
TypeConverter.IGNORE
if you want DataBinder to ignore the assignment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |