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)
TypeConverter
coerceToUi
in interface TypeConverter
val
- 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)
TypeConverter
coerceToBean
in interface TypeConverter
val
- the object to be coerced to backend bean property type.comp
- associated componentTypeConverter.IGNORE
if you want DataBinder to ignore the assignment.Copyright © 2005-2018 Potix Corporation. All Rights Reserved.