|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<ColumnResizeHandler>
org.drools.guvnor.client.widgets.decoratedgrid.ColumnResizeEvent
public class ColumnResizeEvent
Represents a column resize event.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
com.google.gwt.event.shared.GwtEvent.Type<H> |
Constructor Summary | |
---|---|
protected |
ColumnResizeEvent(DynamicColumn<?> column,
int width)
Creates a value change event. |
Method Summary | |
---|---|
protected void |
dispatch(ColumnResizeHandler handler)
|
static void |
fire(HasColumnResizeHandlers source,
DynamicColumn<?> column,
int width)
Fires a value change event on all registered handlers in the handler manager. |
com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler> |
getAssociatedType()
|
DynamicColumn<?> |
getColumn()
Gets the column to which the resize event relates. |
static com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler> |
getType()
Gets the type of Handlers that can handle the event |
int |
getWidth()
Gets the width of the column |
String |
toDebugString()
|
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, getSource, isLive, kill, revive, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ColumnResizeEvent(DynamicColumn<?> column, int width)
column
- The column on which the resize event was triggeredwidth
- The new width of the columnMethod Detail |
---|
public static void fire(HasColumnResizeHandlers source, DynamicColumn<?> column, int width)
source
- the source of the handlerscolumn
- the column resizedwidth
- the columns width (px)public static com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler>
public DynamicColumn<?> getColumn()
public int getWidth()
public String toDebugString()
toDebugString
in class com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler>
protected void dispatch(ColumnResizeHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |