public class InsertColumnEvent<T> extends com.google.gwt.event.shared.GwtEvent<InsertColumnHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<InsertColumnHandler> |
TYPE |
Constructor and Description |
---|
InsertColumnEvent(int beforeIndex,
Column<T,?> column,
String header) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(InsertColumnHandler handler) |
static <T> void |
fire(com.google.gwt.event.shared.HasHandlers source,
int beforeIndex,
Column<T,?> col,
String header) |
com.google.gwt.event.shared.GwtEvent.Type<InsertColumnHandler> |
getAssociatedType() |
int |
getBeforeIndex() |
Column<T,?> |
getColumn() |
String |
getHeader() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<InsertColumnHandler> TYPE
public InsertColumnEvent(int beforeIndex, Column<T,?> column, String header)
public static <T> void fire(com.google.gwt.event.shared.HasHandlers source, int beforeIndex, Column<T,?> col, String header)
public int getBeforeIndex()
public com.google.gwt.event.shared.GwtEvent.Type<InsertColumnHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<InsertColumnHandler>
protected void dispatch(InsertColumnHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<InsertColumnHandler>
Copyright © 2018. All rights reserved.