|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tapestry.coerce.StringToPropertySelectionModelConverter
Converts a string to a 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 Summary | |
StringToPropertySelectionModelConverter()
|
|
| Method Summary | |
java.lang.Object |
convertValue(java.lang.Object value)
Converts the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringToPropertySelectionModelConverter()
| Method Detail |
public java.lang.Object convertValue(java.lang.Object value)
TypeConverter
convertValue in interface TypeConvertervalue - the value to be converted (which may be null)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||