Class DataGrid.EditorPreCommitEvent<E>

All Implemented Interfaces:
Serializable
Enclosing interface:
DataGrid<E>

public static class DataGrid.EditorPreCommitEvent<E> extends DataGrid.AbstractDataGridEditorEvent<E>
An event that is fired before the item is updated. Provides access to the components that were used in the editor, giving the possibility to use their values programmatically.
See Also:
  • Constructor Details

    • EditorPreCommitEvent

      public EditorPreCommitEvent(DataGrid component, E item, Map<String,Field> fields)
      Constructor for a DataGrid editor pre commit event.
      Parameters:
      component - the DataGrid from which this event originates
      item - the editing item