com.vaadin.client.widget.escalator
Class ScrollbarBundle.VisibilityChangeEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>
          extended by com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
Enclosing class:
ScrollbarBundle

public static class ScrollbarBundle.VisibilityChangeEvent
extends com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> TYPE
           
 
Method Summary
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
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<ScrollbarBundle.VisibilityHandler> 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()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>

dispatch

protected void dispatch(ScrollbarBundle.VisibilityHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ScrollbarBundle.VisibilityHandler>


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.