public class SelectAllEvent<T> extends com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
Constructor and Description |
---|
SelectAllEvent(SelectionModel.Multi<T> selectionModel) |
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() |
assertLive, getSource, isLive, kill, revive
public SelectAllEvent(SelectionModel.Multi<T> selectionModel)
public static final com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<?>> getType()
public com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<T>> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
protected void dispatch(SelectAllHandler<T> handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
public SelectionModel.Multi<T> getSelectionModel()
Copyright © 2016 Vaadin Ltd. All rights reserved.