to.etc.domui.converter
Interface IConvertable<T>

All Known Implementing Classes:
DateInput, DisplayValue, HiddenText, Text, TextStr

public interface IConvertable<T>

Represents a interface for a component that accepts a converter to convert a value to T.

Author:
Vladimir Mijic Created on Mar 2, 2010

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

setConverter

void setConverter(IConverter<T> converter)
Sets the Converter to use to convert the value to a string and vice versa.

Parameters:
converter -

getConverter

IConverter<T> getConverter()
Returns the class of the converter.

Returns: