|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.converter.sys.ImageContentConverter
public class ImageContentConverter
Field Summary |
---|
Fields inherited from interface org.zkoss.bind.Converter |
---|
IGNORED_VALUE |
Constructor Summary | |
---|---|
ImageContentConverter()
|
Method Summary | |
---|---|
java.lang.Object |
coerceToBean(java.lang.Object compAttr,
Image imgComp,
BindContext ctx)
Coerces a value to bean value to save to a bean |
java.lang.Object |
coerceToUi(java.lang.Object beanProp,
Image imgComp,
BindContext ctx)
Coerces a value to another value to load to a component |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageContentConverter()
Method Detail |
---|
public java.lang.Object coerceToUi(java.lang.Object beanProp, Image imgComp, BindContext ctx)
Converter
coerceToUi
in interface Converter<java.lang.Object,java.lang.Object,Image>
beanProp
- the bean valueimgComp
- the component to be loaded the valuectx
- the bind context
public java.lang.Object coerceToBean(java.lang.Object compAttr, Image imgComp, BindContext ctx)
Converter
coerceToBean
in interface Converter<java.lang.Object,java.lang.Object,Image>
compAttr
- the value of component attribute.imgComp
- the component provides the valuectx
- the bind context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |