com.smartgwt.client.widgets.grid
Interface EditorValueMapFunction


public interface EditorValueMapFunction


Method Summary
 Map getEditorValueMap(Map values, ListGridField field, ListGrid grid)
           
 

Method Detail

getEditorValueMap

Map getEditorValueMap(Map values,
                      ListGridField field,
                      ListGrid grid)
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 ListGridField
grid - the ListGrid instance
Returns:
value map for the field (stored value --> user displayable value)