public class RadiogroupSelectedItemConverter extends java.lang.Object implements TypeConverter, java.io.Serializable
IGNORE| Constructor and Description |
|---|
RadiogroupSelectedItemConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
coerceToBean(java.lang.Object val,
Component comp)
Deprecated.
Convert an value object to bean property type.
|
java.lang.Object |
coerceToUi(java.lang.Object val,
Component comp)
Deprecated.
Convert an value object to UI component attribute type.
|
public RadiogroupSelectedItemConverter()
public java.lang.Object coerceToUi(java.lang.Object val,
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.public java.lang.Object coerceToBean(java.lang.Object val,
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.Copyright © 2005-2011 Potix Corporation. All Rights Reserved.