Interface ACLEditor.View

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<ACLEditor>, com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<ACLEditor>
    All Known Implementing Classes:
    ACLEditorView
    Enclosing class:
    ACLEditor

    public static interface ACLEditor.View
    extends org.uberfire.client.mvp.UberView<ACLEditor>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addRootNodeWidget​(com.google.gwt.user.client.ui.IsWidget rootNodeWidget)  
      void clear()  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • clear

        void clear()
      • addRootNodeWidget

        void addRootNodeWidget​(com.google.gwt.user.client.ui.IsWidget rootNodeWidget)