Interface GroupDataGridDataProviderChangeObserver

All Known Implementing Classes:
GroupDataGridEditorImpl

public interface GroupDataGridDataProviderChangeObserver
Interface to be implemented by classes that observe changes in the data provider of a GroupDataGrid.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the data provider of the GroupDataGrid is changed.
  • Method Details

    • dataProviderChanged

      void dataProviderChanged()
      Called when the data provider of the GroupDataGrid is changed.