public static class PopupView.PopupVisibilityEvent extends Component.Event
isPopupVisible()
, or get the PopupView that produced the
event with getPopupView()
.source
Constructor and Description |
---|
PopupVisibilityEvent(PopupView source) |
Modifier and Type | Method and Description |
---|---|
PopupView |
getPopupView()
Get the PopupView instance that is the source of this event.
|
boolean |
isPopupVisible()
Returns the current visibility of the popup.
|
getComponent
getConnector
getSource, toString
public PopupVisibilityEvent(PopupView source)
public PopupView getPopupView()
public boolean isPopupVisible()
Copyright © 2018 Vaadin Ltd. All rights reserved.