public interface IAttributeValueConverter
A converter that can be used by a widget to convert attributes values before setting them as properties.
| Modifier and Type | Method and Description | 
|---|---|
String | 
convertToPropertyValue(String attributeValue)
 Converts the given attributeValue into a property value. 
 |