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.ui.popupview.
Class VisibilityChangeEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>
-
- com.vaadin.client.ui.popupview.VisibilityChangeEvent
-
public class VisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>
-
-
Constructor Summary
Constructors Constructor and Description VisibilityChangeEvent(boolean visible)
-
Method Summary
All Methods Modifier and Type Method and Description 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
-
-
-
-
Method Detail
-
isVisible
public boolean isVisible()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getAssociatedType()
Overrides:
getAssociatedType
in classcom.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 classcom.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>
-
-