Interface BaseScreen

  • All Superinterfaces:
    com.google.gwt.user.client.ui.IsWidget
    All Known Implementing Classes:
    BaseScreenView

    public interface BaseScreen
    extends com.google.gwt.user.client.ui.IsWidget

    Default explorer screen.

    Since:
    0.8.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(com.google.gwt.user.client.ui.IsWidget explorerWidget)  
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • init

        void init​(com.google.gwt.user.client.ui.IsWidget explorerWidget)