public class DataViewActiveEvent extends com.google.gwt.event.shared.GwtEvent<DataViewActiveEvent.DataViewActiveEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataViewActiveEvent.DataViewActiveEventHandler |
static interface |
DataViewActiveEvent.HasDataViewActiveEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DataViewActiveEvent.DataViewActiveEventHandler> |
TYPE |
| Constructor and Description |
|---|
DataViewActiveEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DataViewActiveEvent.DataViewActiveEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
DataViewActiveEvent dataViewActiveEvent) |
com.google.gwt.event.shared.GwtEvent.Type<DataViewActiveEvent.DataViewActiveEventHandler> |
getAssociatedType() |
DataView |
getDataView() |
DataViewActiveType |
getDataViewActiveType() |
DataView |
getOldDataView() |
static com.google.gwt.event.shared.GwtEvent.Type<DataViewActiveEvent.DataViewActiveEventHandler> |
getType() |
void |
setDataView(DataView dataView) |
void |
setDataViewActiveType(DataViewActiveType dataViewActiveType) |
void |
setOldDataView(DataView oldDataView) |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<DataViewActiveEvent.DataViewActiveEventHandler> TYPE
protected void dispatch(DataViewActiveEvent.DataViewActiveEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DataViewActiveEvent.DataViewActiveEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<DataViewActiveEvent.DataViewActiveEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DataViewActiveEvent.DataViewActiveEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<DataViewActiveEvent.DataViewActiveEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
DataViewActiveEvent dataViewActiveEvent)
public DataViewActiveType getDataViewActiveType()
public void setDataViewActiveType(DataViewActiveType dataViewActiveType)
public DataView getDataView()
public void setDataView(DataView dataView)
public DataView getOldDataView()
public void setOldDataView(DataView oldDataView)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<DataViewActiveEvent.DataViewActiveEventHandler>Copyright © 2020. All Rights Reserved.