public interface EditorValueMapFunction
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getEditorValueMap(java.util.Map values,
ListGridField field,
ListGrid grid) |
java.util.Map getEditorValueMap(java.util.Map values, ListGridField field, ListGrid grid)
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