Interface HasDataChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DataSource, FacadeDataSource, FilteredList, MockDataSource, RecordList, RestDataSource, ResultSet, ResultTree, Tree, WSDataSource, XJSONDataSource

public interface HasDataChangedHandlers extends HasHandlers
  • Method Details

    • addDataChangedHandler

      HandlerRegistration addDataChangedHandler(DataChangedHandler handler)
      Notification method fired when a DataSource operation such as an add, remove or update modifies the underlying data for a DataSource.

      This method is used by ResultSets to keep the user-visible data up to date as changes are made.

      Parameters:
      handler - the dataChanged handler
      Returns:
      HandlerRegistration used to remove this handler