-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigator with tests and demo #10
Conversation
Merge from 3.0 (wrappers for interfaces)
override def wrapper = super.wrapper.asInstanceOf[Navigator.NavigationStateManager] | ||
|
||
def getState: String = { | ||
wrapper.state.getOrElse("") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be Some(wrapper.state)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wrong, you code is correct
merge 3.0
…and changed UI.navigator to return null if not set.
merge upstream/3.0
…oviders based on the viewName
Navigator with tests and demo
Thanks a lot! |
Thank you, I bet that the time it took you to tutor me to get it done you could have done a couple of Navigators yourself :) |
Wrapper for com.vaadin.navigator package.