com.smartgwt.client.widgets.grid.events
Interface ViewStateChangedHandler

All Superinterfaces:
EventHandler

public interface ViewStateChangedHandler
extends EventHandler


Method Summary
 void onViewStateChanged(ViewStateChangedEvent event)
          Notification method executed whenever the viewState of this grid changes.
 

Method Detail

onViewStateChanged

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

Parameters:
event - the event