Interface ArtifactListView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column, String caption)  
      void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column, String caption, boolean visible)  
      void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column, String caption, boolean visible, double width, com.google.gwt.dom.client.Style.Unit unit)  
      void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column, String caption, double width, com.google.gwt.dom.client.Style.Unit unit)  
      com.google.gwt.user.cellview.client.ColumnSortList getColumnSortList()  
      com.google.gwt.view.client.HasData<org.guvnor.m2repo.model.JarListPageRow> getDisplay()  
      String getRefreshNotificationMessage()  
      void setContentHeight​(String s)  
      void setup​(ColumnType... columns)  
      void showPom​(String pomText)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        asWidget
    • Method Detail

      • setContentHeight

        void setContentHeight​(String s)
      • addColumn

        void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column,
                       String caption)
      • addColumn

        void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column,
                       String caption,
                       boolean visible)
      • addColumn

        void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column,
                       String caption,
                       double width,
                       com.google.gwt.dom.client.Style.Unit unit)
      • addColumn

        void addColumn​(com.google.gwt.user.cellview.client.Column<org.guvnor.m2repo.model.JarListPageRow,​?> column,
                       String caption,
                       boolean visible,
                       double width,
                       com.google.gwt.dom.client.Style.Unit unit)
      • showPom

        void showPom​(String pomText)
      • getDisplay

        com.google.gwt.view.client.HasData<org.guvnor.m2repo.model.JarListPageRow> getDisplay()
      • getColumnSortList

        com.google.gwt.user.cellview.client.ColumnSortList getColumnSortList()
      • getRefreshNotificationMessage

        String getRefreshNotificationMessage()