public final class StringToPropertySelectionModelConverter extends java.lang.Object implements TypeConverter
IPropertySelectionModel
. The string is
broken apart at commas into terms. Each term consists of a label (displayed to the user) and a
value (used as a client-side value and as the server-side property) seperated by an equals sign;
if the equals sign is omitted, then the value is the same as the label.Constructor and Description |
---|
StringToPropertySelectionModelConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertValue(java.lang.Object value)
Converts the value.
|
public StringToPropertySelectionModelConverter()
public java.lang.Object convertValue(java.lang.Object value)
TypeConverter
convertValue
in interface TypeConverter
value
- the value to be converted (which may be null)