Interface LogFilePresenter.MyView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void loading()  
      void refresh​(int lines, String content)  
      void show​(org.jboss.hal.client.runtime.subsystem.logging.LogFile logFile, int lines, String content)  
      int visibleLines()  
      • Methods inherited from interface org.jboss.elemento.IsElement

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

        asWidget
      • Methods inherited from interface com.gwtplatform.mvp.client.View

        addToSlot, removeFromSlot, setInSlot
    • Method Detail

      • loading

        void loading()
      • show

        void show​(org.jboss.hal.client.runtime.subsystem.logging.LogFile logFile,
                  int lines,
                  String content)
      • refresh

        void refresh​(int lines,
                     String content)
      • visibleLines

        int visibleLines()