public class VisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>
| Constructor and Description |
|---|
VisibilityChangeEvent(boolean visible)
Constructs a visibility change event.
|
| 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()
Returns the
Type used to register this event. |
boolean |
isVisible()
Returns whether the popup is now visible or not.
|
assertLive, getSource, isLive, kill, revivepublic VisibilityChangeEvent(boolean visible)
visible - true if the popup was made visiblepublic boolean isVisible()
true if the popup is visible, false otherwisepublic com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>public static com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler> getType()
Type used to register this event.protected void dispatch(VisibilityChangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>Copyright © 2023 Vaadin Ltd. All rights reserved.