Class DockPlaceHolderBase

  • Direct Known Subclasses:
    DockPlaceHolder

    public class DockPlaceHolderBase
    extends Object
    Base for any panel that is opened into the an editor dock. To use this dock it is necessary to register the dock for the editor that uses it.
    • Constructor Detail

      • DockPlaceHolderBase

        public DockPlaceHolderBase()
    • Method Detail

      • getTitle

        public String getTitle()
      • getView

        public com.google.gwt.user.client.ui.IsWidget getView()
      • setView

        public void setView​(com.google.gwt.user.client.ui.IsWidget widget)