Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.ui.nav.client.local.UniquePageRole

Packages that use UniquePageRole
org.jboss.errai.ui.nav.client.local   
org.jboss.errai.ui.nav.client.local.api   
org.jboss.errai.ui.nav.client.local.spi   
 

Uses of UniquePageRole in org.jboss.errai.ui.nav.client.local
 

Classes in org.jboss.errai.ui.nav.client.local with type parameters of type UniquePageRole
 class TransitionToRole<U extends UniquePageRole>
          This class works like a TransitionTo but where the target is a UniquePageRole.
 

Classes in org.jboss.errai.ui.nav.client.local that implement UniquePageRole
 class DefaultPage
          Unique role to indicate that this page is the default start page.
 

Method parameters in org.jboss.errai.ui.nav.client.local with type arguments of type UniquePageRole
 void Navigation.goToWithRole(Class<? extends UniquePageRole> role)
          Looks up the PageNode instance of the page that has the unique role set and makes the widget visible in the content area.
 

Uses of UniquePageRole in org.jboss.errai.ui.nav.client.local.api
 

Classes in org.jboss.errai.ui.nav.client.local.api that implement UniquePageRole
 class LoginPage
          Marks this page as the login page so that we can 'redirect' here when authentication of the user is needed.
 class SecurityError
          A page with this role is used to show to the user explaining he does not have enough rights to continue.
 

Constructor parameters in org.jboss.errai.ui.nav.client.local.api with type arguments of type UniquePageRole
MissingPageRoleException(Class<? extends UniquePageRole> pageRole)
           
 

Uses of UniquePageRole in org.jboss.errai.ui.nav.client.local.spi
 

Method parameters in org.jboss.errai.ui.nav.client.local.spi with type arguments of type UniquePageRole
 PageNode NavigationGraph.getPageByRole(Class<? extends UniquePageRole> role)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.