We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<VAbstractSplitPanel.SplitterMoveHandler>
-
- com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
-
Enclosing interface:
public static class VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent extends com.google.gwt.event.shared.GwtEvent<VAbstractSplitPanel.SplitterMoveHandler>
Event class for splitter element move.
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<VAbstractSplitPanel.SplitterMoveHandler>
TYPE
Handler type.
-
Constructor Summary
Constructors Constructor Description SplitterMoveEvent(com.google.gwt.user.client.ui.Widget splitPanel)
Constructs a move event for the splitter element.
-
Method Summary
All Methods Modifier and Type Method Description protected void
dispatch(VAbstractSplitPanel.SplitterMoveHandler handler)
com.google.gwt.event.shared.GwtEvent.Type<VAbstractSplitPanel.SplitterMoveHandler>
getAssociatedType()
-
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<VAbstractSplitPanel.SplitterMoveHandler> TYPE
Handler type.
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<VAbstractSplitPanel.SplitterMoveHandler> getAssociatedType()
Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<VAbstractSplitPanel.SplitterMoveHandler>
-
dispatch
protected void dispatch(VAbstractSplitPanel.SplitterMoveHandler handler)
Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<VAbstractSplitPanel.SplitterMoveHandler>
-
-