public class SelectAllEvent<T> extends com.google.gwt.event.shared.GwtEvent<SelectAllHandler<T>>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler> |
TYPE |
Constructor and Description |
---|
SelectAllEvent(List<T> models,
List<com.google.gwt.dom.client.Element> rows,
boolean selected) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SelectAllHandler<T> handler) |
static <T> void |
fire(DataView<T> source,
List<T> models,
List<com.google.gwt.dom.client.Element> rows,
boolean selected) |
com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler<T>> |
getAssociatedType() |
List<T> |
getModels() |
List<com.google.gwt.dom.client.Element> |
getRows() |
boolean |
isSelected() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SelectAllHandler> TYPE
public SelectAllEvent(List<T> models, List<com.google.gwt.dom.client.Element> rows, boolean selected)
public static <T> void fire(DataView<T> source, List<T> models, List<com.google.gwt.dom.client.Element> rows, boolean selected)
public boolean isSelected()
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>>
Copyright © 2018. All rights reserved.