We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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
-
-
Constructor Summary
Constructors Constructor and Description SelectAllEvent(SelectionModel.Multi<T> selectionModel)
-
Method Summary
All Methods Modifier and Type Method and Description 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
-
-
-
-
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 classcom.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
-
dispatch
protected void dispatch(SelectAllHandler<T> handler)
Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
-
getSelectionModel
public SelectionModel.Multi<T> getSelectionModel()
-
-