Interface ViewStateChangedHandler

All Superinterfaces:
EventHandler

public interface ViewStateChangedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method executed whenever the viewState of this grid changes.
  • Method Details

    • onViewStateChanged

      void onViewStateChanged(ViewStateChangedEvent event)
      Notification method executed whenever the viewState of this grid changes. View state is accessible via getViewState(), and contains field state information, sort information, selection information, hiliting information and grouping information.
      Parameters:
      event - the event