public class RemoveColumnEvent extends com.google.gwt.event.shared.GwtEvent<RemoveColumnHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemoveColumnHandler> |
TYPE |
Constructor and Description |
---|
RemoveColumnEvent(int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RemoveColumnHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
int index) |
com.google.gwt.event.shared.GwtEvent.Type<RemoveColumnHandler> |
getAssociatedType() |
int |
getIndex() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<RemoveColumnHandler> TYPE
public RemoveColumnEvent(int index)
public static void fire(com.google.gwt.event.shared.HasHandlers source, int index)
public int getIndex()
public com.google.gwt.event.shared.GwtEvent.Type<RemoveColumnHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<RemoveColumnHandler>
protected void dispatch(RemoveColumnHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<RemoveColumnHandler>
Copyright © 2018. All rights reserved.