com.extjs.gxt.ui.client.data
Interface ModelStringProvider<M extends ModelData>
- All Known Implementing Classes:
- AggregateModelStringProvider, BaseModelStringProvider
public interface ModelStringProvider<M extends ModelData>
Interface for objects that can translate a model's typed values to strings.
Method Summary |
java.lang.String |
getStringValue(M model,
java.lang.String property)
Returns the string value for the property. |
getStringValue
java.lang.String getStringValue(M model,
java.lang.String property)
- Returns the string value for the property.
- Parameters:
model
- the model instanceproperty
- the property name
- Returns:
- the string value