|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConvertable<T>
Represents a interface for a component that accepts a converter to convert a value to T.
Method Summary | |
---|---|
IConverter<T> |
getConverter()
Returns the class of the converter. |
void |
setConverter(IConverter<T> converter)
Sets the Converter to use to convert the value to a string and vice versa. |
Method Detail |
---|
void setConverter(IConverter<T> converter)
converter
- IConverter<T> getConverter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |