Class RowHeightChangedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>
-
- com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
-
public class RowHeightChangedEvent extends com.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>
Event fired when the row height changed in the Escalator's header, body or footer.- Since:
- 7.7
- Author:
- Vaadin Ltd
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler>TYPEHandler type.
-
Constructor Summary
Constructors Constructor Description RowHeightChangedEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(RowHeightChangedHandler handler)com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler>getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler>getType()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> TYPE
Handler type.
-
-
Method Detail
-
getType
public static final com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> getType()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RowHeightChangedHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>
-
dispatch
protected void dispatch(RowHeightChangedHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<RowHeightChangedHandler>
-
-