com.vaadin.client.widget.grid.events
Class SelectAllEvent<T>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
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 classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| 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 |
SelectAllEvent
public SelectAllEvent(SelectionModel.Multi<T> selectionModel)
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.