Skip to content
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

Merged
merged 10 commits into from
Feb 19, 2013
Merged

Conversation

mheinola
Copy link

Wrapper for com.vaadin.navigator package.

override def wrapper = super.wrapper.asInstanceOf[Navigator.NavigationStateManager]

def getState: String = {
wrapper.state.getOrElse("")
Copy link
Owner

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)

Copy link
Owner

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

henrikerola pushed a commit that referenced this pull request Feb 19, 2013
Navigator with tests and demo
@henrikerola henrikerola merged commit 755f458 into henrikerola:3.0 Feb 19, 2013
@henrikerola
Copy link
Owner

Thanks a lot!

@mheinola
Copy link
Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants