public class RowCollapsingEvent<T> extends com.google.gwt.event.shared.GwtEvent<RowCollapsingHandler<T>>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowCollapsingHandler> |
TYPE |
| Constructor and Description |
|---|
RowCollapsingEvent(RowExpansion<T> expansion) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RowCollapsingHandler<T> handler) |
static <T> void |
fire(DataView<T> source,
RowExpansion<T> expansion) |
com.google.gwt.event.shared.GwtEvent.Type<RowCollapsingHandler<T>> |
getAssociatedType() |
RowExpansion<T> |
getExpansion() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<RowCollapsingHandler> TYPE
public RowCollapsingEvent(RowExpansion<T> expansion)
public static <T> void fire(DataView<T> source, RowExpansion<T> expansion)
public RowExpansion<T> getExpansion()
public com.google.gwt.event.shared.GwtEvent.Type<RowCollapsingHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowCollapsingHandler<T>>protected void dispatch(RowCollapsingHandler<T> handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowCollapsingHandler<T>>Copyright © 2018. All rights reserved.