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.widget.escalator.
Class ScrollbarBundle.VisibilityChangeEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>
-
- com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
-
Enclosing class:
public static class ScrollbarBundle.VisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>
Event for scrollbar visibility changes.
-
-
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<ScrollbarBundle.VisibilityHandler>
TYPE
Event type.
-
Method Summary
All Methods Modifier and Type Method 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.
-
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<ScrollbarBundle.VisibilityHandler> TYPE
Event type.
-
-
Method Detail
-
isScrollerVisible
public boolean isScrollerVisible()
Checks whether the scroll handle is currently visible or not.
Returns:
true
if the scroll handle is currently visible.false
if not.
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> getAssociatedType()
Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>
-
dispatch
protected void dispatch​(ScrollbarBundle.VisibilityHandler handler)
Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>
-
-