public static class ScrollbarBundle.VisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ScrollbarBundle.VisibilityHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> |
getAssociatedType() |
boolean |
isScrollerVisible()
Checks whether the scroll handle is currently visible or not
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> TYPE
public boolean isScrollerVisible()
true if the scroll handle is currently visible.
false if not.public com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>protected void dispatch(ScrollbarBundle.VisibilityHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>Copyright © 2016 Vaadin Ltd. All rights reserved.