org.jboss.errai.ui.nav.client.local
Class TransitionToRole<U extends UniquePageRole>
java.lang.Object
org.jboss.errai.ui.nav.client.local.TransitionToRole<U>
- Type Parameters:
U
- The type of UniquePageRole
that this transition navigates to.
public final class TransitionToRole<U extends UniquePageRole>
- extends Object
This class works like a TransitionTo
but where the target is a UniquePageRole
. By
injecting and instance of this class you declare a compile-time dependency on the existence of a
Page
with the UniquePageRole
of type U
.
- Author:
- Max Barkley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransitionToRole
public TransitionToRole(Class<U> uniquePageRole)
go
public void go()
toUniquePageRole
public Class<U> toUniquePageRole()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.