public class GenericEvent extends com.google.gwt.event.shared.GwtEvent<GenericEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<GenericEventHandler> |
TYPE |
Constructor and Description |
---|
GenericEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(GenericEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<GenericEventHandler> |
getAssociatedType() |
Boolean |
getBooleanParam() |
String |
getEventSubType() |
Float |
getFloatParam() |
Integer |
getIntegerParam() |
String |
getStringParam() |
Double |
getTestDoubleParam() |
Long |
getTestLongParam() |
Short |
getTestShortParam() |
void |
setBooleanParam(Boolean booleanParam) |
void |
setEventSubType(String eventSubType) |
void |
setFloatParam(Float floatParam) |
void |
setIntegerParam(Integer integerParam) |
void |
setStringParam(String stringParam) |
void |
setTestDoubleParam(Double testDoubleParam) |
void |
setTestLongParam(Long testLongParam) |
void |
setTestShortParam(Short testShortParam) |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<GenericEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<GenericEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<GenericEventHandler>
protected void dispatch(GenericEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<GenericEventHandler>
public String getEventSubType()
public void setEventSubType(String eventSubType)
public String getStringParam()
public void setStringParam(String stringParam)
public Integer getIntegerParam()
public void setIntegerParam(Integer integerParam)
public Float getFloatParam()
public void setFloatParam(Float floatParam)
public Boolean getBooleanParam()
public void setBooleanParam(Boolean booleanParam)
public Long getTestLongParam()
public void setTestLongParam(Long testLongParam)
public Short getTestShortParam()
public void setTestShortParam(Short testShortParam)
public Double getTestDoubleParam()
public void setTestDoubleParam(Double testDoubleParam)
Copyright © 2021 Hitachi Vantara. All rights reserved.