Package com.smartgwt.client.widgets.grid
Interface EditorValueMapFunction
public interface EditorValueMapFunction
-
Method Summary
Modifier and TypeMethodDescriptiongetEditorValueMap
(Map values, ListGridField field, ListGrid grid)
-
Method Details
-
getEditorValueMap
- Parameters:
values
- Field values for record being edited. Note that this will include the current edit values for fields that have not yet been saved. May be null, if editing a new record.field
- the ListGridFieldgrid
- the ListGrid instance- Returns:
- value map for the field (stored value --> user displayable value)
-