public void goBack() {
   ContentViewCore contentView = this.getContentViewCore();
   if (contentView != null) {
     contentView.goBack();
   }
 }