public class VisibilityChangeEvent extends com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>
| Constructor and Description |
|---|
VisibilityChangeEvent(boolean visible) |
| 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() |
assertLive, getSource, isLive, kill, revivepublic boolean isVisible()
public 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()
protected void dispatch(VisibilityChangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<VisibilityChangeHandler>Copyright © 2018 Vaadin Ltd. All rights reserved.