|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageRole | |
---|---|
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 PageRole in org.jboss.errai.ui.nav.client.local |
---|
Subinterfaces of PageRole in org.jboss.errai.ui.nav.client.local | |
---|---|
interface |
UniquePageRole
Marker interface to indicate that this role is Unique. |
Classes in org.jboss.errai.ui.nav.client.local that implement PageRole | |
---|---|
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 PageRole | |
---|---|
Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
Navigation.getPagesByRole(Class<? extends PageRole> pageRole)
Return all PageNode instances that have specified pageRole. |
void |
DefaultNavigationErrorHandler.handleError(Exception exception,
Class<? extends PageRole> pageRole)
|
Uses of PageRole in org.jboss.errai.ui.nav.client.local.api |
---|
Classes in org.jboss.errai.ui.nav.client.local.api that implement PageRole | |
---|---|
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. |
Method parameters in org.jboss.errai.ui.nav.client.local.api with type arguments of type PageRole | |
---|---|
void |
PageNavigationErrorHandler.handleError(Exception exception,
Class<? extends PageRole> pageRole)
|
Uses of PageRole in org.jboss.errai.ui.nav.client.local.spi |
---|
Fields in org.jboss.errai.ui.nav.client.local.spi with type parameters of type PageRole | |
---|---|
protected com.google.common.collect.Multimap<Class<? extends PageRole>,PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
NavigationGraph.pagesByRole
|
Method parameters in org.jboss.errai.ui.nav.client.local.spi with type arguments of type PageRole | |
---|---|
Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
NavigationGraph.getPagesByRole(Class<? extends PageRole> role)
Returns all pages that have the specified role. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |