Interface View

    • Method Detail

      • getRootContainer

        Component getRootContainer()
      • getViewEventBus

        @Deprecated
        com.google.common.eventbus.EventBus getViewEventBus()
        Deprecated.
        Replaced by getViewEventManager(). Will be removed in 8.2.0
      • findChildByPath

        java.util.Optional<PerspectiveElement> findChildByPath​(java.lang.String path)
        Tries to look up a component by its name path. Some examples:
      • "/": returns the view
      • "/root": returns the root container if the root container's name is "root"
      • "/root/foo": returns a component called "foo" contained with in the root container called "root"