Class DataGrid.EditorPostCommitEvent<E>

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

public static class DataGrid.EditorPostCommitEvent<E> extends DataGrid.AbstractDataGridEditorEvent<E>
An event that is fired after 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

    • EditorPostCommitEvent

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