Interface DisplayerSubtypeSelector.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()  
      void select​(org.dashbuilder.displayer.DisplayerSubType subtype)  
      void show​(org.dashbuilder.displayer.DisplayerType type, org.dashbuilder.displayer.DisplayerSubType subtype)  
      void showDefault​(org.dashbuilder.displayer.DisplayerType type)  
      • 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()
      • show

        void show​(org.dashbuilder.displayer.DisplayerType type,
                  org.dashbuilder.displayer.DisplayerSubType subtype)
      • select

        void select​(org.dashbuilder.displayer.DisplayerSubType subtype)
      • showDefault

        void showDefault​(org.dashbuilder.displayer.DisplayerType type)