|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
public static class ViewChangeListener.ViewChangeEvent
Event received by the listener for attempted and executed view changes.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ViewChangeListener.ViewChangeEvent(Navigator navigator,
View oldView,
View newView,
java.lang.String viewName,
java.lang.String parameters)
Create a new view change event. |
|
| Method Summary | |
|---|---|
Navigator |
getNavigator()
Returns the navigator that triggered this event. |
View |
getNewView()
Returns the view being activated. |
View |
getOldView()
Returns the view being deactivated. |
java.lang.String |
getParameters()
Returns the parameters for the view being activated. |
java.lang.String |
getViewName()
Returns the view name of the view being activated. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ViewChangeListener.ViewChangeEvent(Navigator navigator,
View oldView,
View newView,
java.lang.String viewName,
java.lang.String parameters)
navigator - Navigator that triggered the event, not null| Method Detail |
|---|
public Navigator getNavigator()
public View getOldView()
public View getNewView()
public java.lang.String getViewName()
public java.lang.String getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||