|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkplus.databind.TabboxSelectedTabConverter
public class TabboxSelectedTabConverter
Convert Tabbox selected Tab to Tab label and vice versa.
| Field Summary |
|---|
| Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter |
|---|
IGNORE |
| Constructor Summary | |
|---|---|
TabboxSelectedTabConverter()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabboxSelectedTabConverter()
| Method Detail |
|---|
public java.lang.Object coerceToUi(java.lang.Object val,
Component comp)
TypeConverter
coerceToUi in interface TypeConverterval - 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 TypeConverterval - 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 | |||||||||