Interface GroupContextMenuItemPresenter.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addItem​(org.jboss.errai.common.client.api.IsElement item)  
      void disable()  
      void enable()  
      void pullRight()  
      void setLabel​(String label)  
      • 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)
      • addItem

        void addItem​(org.jboss.errai.common.client.api.IsElement item)
      • enable

        void enable()
      • disable

        void disable()
      • pullRight

        void pullRight()