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