Interface ChildMenuItemPresenter.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void disable()  
      void enable()  
      void select()  
      void setCommand​(org.uberfire.mvp.Command command)  
      void setLabel​(String label)  
      void setVisible​(boolean visible)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.common.client.api.IsElement

        getElement
    • Method Detail

      • setLabel

        void setLabel​(String label)
      • setCommand

        void setCommand​(org.uberfire.mvp.Command command)
      • enable

        void enable()
      • disable

        void disable()
      • select

        void select()
      • setVisible

        void setVisible​(boolean visible)