protected void onNavigateBack(Page from, Object object) {
}
public void goTo(final Page toPage, final Transition transition) {
Element focus = Utils.getActiveElement();
focus.blur();
final Page fromPage = this;
toPage.setTransition(transition);
if (transition != null) {
transition.start(fromPage, toPage, RootLayoutPanel.get(), false);
} else {