public class RowHeightChangedEvent extends com.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> |
TYPE
Handler type.
|
| Constructor and Description |
|---|
RowHeightChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RowHeightChangedHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> |
getType()
Returns the associated handler type.
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>protected void dispatch(RowHeightChangedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>Copyright © 2023 Vaadin Ltd. All rights reserved.