com.vaadin.client.widget.grid.events
Class SelectAllEvent<T>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
          extended by com.vaadin.client.widget.grid.events.SelectAllEvent<T>

public class SelectAllEvent<T>
extends com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>

A select all event, fired by the Grid when it needs all rows in data source to be selected.

Since:
7.4
Author:
Vaadin Ltd

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
SelectAllEvent(SelectionModel.Multi<T> selectionModel)
           
 
Method Summary
protected  void dispatch(SelectAllHandler<T> handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<T>> getAssociatedType()
           
 SelectionModel.Multi<T> getSelectionModel()
           
static com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<?>> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectAllEvent

public SelectAllEvent(SelectionModel.Multi<T> selectionModel)
Method Detail

getType

public static final com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<?>> getType()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<T>> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>

dispatch

protected void dispatch(SelectAllHandler<T> handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>

getSelectionModel

public SelectionModel.Multi<T> getSelectionModel()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.