public class Kernel extends Object implements NavigationDelegate
| Constructor and Description |
|---|
Kernel(DialogRepository repository,
Framework framework,
StatementContext globalContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
onNavigation(QName source,
QName dialog)
Absolute navigation
|
void |
passivate() |
void |
reify(String name,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.user.client.ui.Widget> callback) |
void |
reset() |
void |
setCaching(boolean enableCache) |
public Kernel(DialogRepository repository, Framework framework, StatementContext globalContext)
public void onNavigation(QName source, QName dialog)
onNavigation in interface NavigationDelegatesource - dialog - public void reify(String name, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.user.client.ui.Widget> callback)
public void activate()
public void reset()
public void passivate()
public void setCaching(boolean enableCache)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.