public boolean canGoBack() {
   ContentViewCore contentView = this.getContentViewCore();
   return contentView != null ? contentView.canGoBack() : false;
 }