public class SetColumnValueEvent extends com.google.gwt.event.shared.GwtEvent<SetColumnValueEventHandler>
GwtEvent to set a specific value for a given column| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SetColumnValueEventHandler> |
TYPE |
| Constructor and Description |
|---|
SetColumnValueEvent(String fullPackage,
String value,
String valueClassName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SetColumnValueEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SetColumnValueEventHandler> |
getAssociatedType() |
String |
getFullPackage() |
String |
getValue() |
String |
getValueClassName() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SetColumnValueEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<SetColumnValueEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SetColumnValueEventHandler>public String getFullPackage()
public String getValue()
public String getValueClassName()
protected void dispatch(SetColumnValueEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SetColumnValueEventHandler>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.