Interface WorkbenchViewModeSwitcherPresenter.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addClickHandler​(org.uberfire.mvp.Command command)  
      void disable()  
      void enable()  
      void setText​(String text)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        asWidget
    • Method Detail

      • setText

        void setText​(String text)
      • enable

        void enable()
      • disable

        void disable()
      • addClickHandler

        void addClickHandler​(org.uberfire.mvp.Command command)