|
JIDE Common Layer 2.7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConverterContextSupport
The interface indicates the class who extends it can support ConverterContext.
ConverterContext
Method Summary | |
---|---|
ConverterContext |
getConverterContext()
Gets the converter context. |
java.lang.Class<?> |
getType()
Gets the class of the value. |
void |
setConverterContext(ConverterContext context)
Sets the converter context. |
void |
setType(java.lang.Class<?> clazz)
Sets the class of the value. |
Method Detail |
---|
void setConverterContext(ConverterContext context)
context
- converter contextConverterContext getConverterContext()
java.lang.Class<?> getType()
void setType(java.lang.Class<?> clazz)
clazz
-
|
JIDE Common Layer 2.7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |