com.vaadin.client.ui.popupview
Class VisibilityChangeEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>
          extended by com.vaadin.client.ui.popupview.VisibilityChangeEvent

public class VisibilityChangeEvent
extends com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
VisibilityChangeEvent(boolean visible)
           
 
Method Summary
protected  void dispatch(VisibilityChangeHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getType()
           
 boolean isVisible()
           
 
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
 

Constructor Detail

VisibilityChangeEvent

public VisibilityChangeEvent(boolean visible)
Method Detail

isVisible

public boolean isVisible()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>

getType

public static com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getType()

dispatch

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


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