public static class ViewActivationListener.ViewActivationEvent extends EventObject
source| Constructor and Description |
|---|
ViewActivationEvent(Object source,
boolean activated,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getViewName()
Returns the view name
|
boolean |
isActivated()
Returns
true is the view is activated, false if it's
deactivated |
getSource, toStringpublic boolean isActivated()
true is the view is activated, false if it's
deactivatedpublic String getViewName()
Copyright © 2019 Vaadin Ltd. All Rights Reserved.