Interface MessageConsoleView

  • All Superinterfaces:
    org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
    All Known Implementing Classes:
    MessageConsoleViewImpl

    public interface MessageConsoleView
    extends com.google.gwt.user.client.ui.IsWidget, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean copyMessages​(String msg)  
      • Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator

        hideBusyIndicator, showBusyIndicator
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • copyMessages

        boolean copyMessages​(String msg)