Interface ACLViewer.View

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

    public static interface ACLViewer.View
    extends org.uberfire.client.mvp.UberView<ACLViewer>
    • 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)