org.jboss.errai.ui.nav.client.local.api
Class NavigationControl
java.lang.Object
org.jboss.errai.ui.nav.client.local.api.NavigationControl
public class NavigationControl
- extends Object
Instances of this class are passed to PageHiding
methods. If the parameter is present,
the page navigation will not be carried out until proceed()
is invoked.
This is useful for interrupting page navigations and then resuming at a later time (for example,
to prompt the user to save their work before transitioning to a new page).
Method Summary |
void |
proceed()
Causes page navigation to proceed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationControl
public NavigationControl(Runnable runnable)
proceed
public void proceed()
- Causes page navigation to proceed.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.