use of org.platformlayer.service.dns.client.home.HomePlace in project platformlayer by platformlayer.
the class SplashPanelImpl method onGoButtonClick.
@UiHandler("goButton")
public void onGoButtonClick(ClickEvent e) {
HomePlace root = new HomePlace(parent);
app.goTo(root);
}