public static class VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<VerticalScrollbarVisibilityChangeHandler>
Event fired when the visibility of the vertical scrollbar of the Escalator changes.
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<VerticalScrollbarVisibilityChangeHandler> |
TYPE
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| Constructor and Description |
|---|
VerticalScrollbarVisibilityChangeEvent()
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(VerticalScrollbarVisibilityChangeHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<VerticalScrollbarVisibilityChangeHandler> |
getAssociatedType() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<VerticalScrollbarVisibilityChangeHandler> TYPE
The type of this event.
public VerticalScrollbarVisibilityChangeEvent()
Creates a new Escalator vertical scrollbar visibility change event.
public com.google.gwt.event.shared.GwtEvent.Type<VerticalScrollbarVisibilityChangeHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<VerticalScrollbarVisibilityChangeHandler>protected void dispatch(VerticalScrollbarVisibilityChangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<VerticalScrollbarVisibilityChangeHandler>Copyright © 2021 Vaadin Ltd. All rights reserved.