public Node display() {
    // Setup help content and then rebind the base class to this view.
    view.setupHelp();
    setView(view);
    super.bindBaseElements();

    return view.asNode();
  }