|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.converter.UriConverter
public class UriConverter
Convert String into Uri
Field Summary |
---|
Fields inherited from interface org.zkoss.bind.Converter |
---|
IGNORED_VALUE |
Constructor Summary | |
---|---|
UriConverter()
|
Method Summary | |
---|---|
java.lang.Object |
coerceToBean(java.lang.Object val,
Component component,
BindContext ctx)
Coerces a value to bean value to save to a bean |
java.lang.Object |
coerceToUi(java.lang.Object val,
Component component,
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 UriConverter()
Method Detail |
---|
public java.lang.Object coerceToUi(java.lang.Object val, Component component, BindContext ctx)
Converter
coerceToUi
in interface Converter
val
- the bean valuecomponent
- the component to be loaded the valuectx
- the bind context
public java.lang.Object coerceToBean(java.lang.Object val, Component component, BindContext ctx)
Converter
coerceToBean
in interface Converter
val
- the value of component attribute.component
- the component provides the valuectx
- the bind context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |