Interface NewAssetHandlerCardWidget.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setCommand​(org.uberfire.mvp.Command command)  
      void setDescription​(String description)  
      void setIcon​(elemental2.dom.HTMLElement icon)  
      void setTitle​(String shortName)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

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

        getElement
    • Method Detail

      • setDescription

        void setDescription​(String description)
      • setTitle

        void setTitle​(String shortName)
      • setIcon

        void setIcon​(elemental2.dom.HTMLElement icon)
      • setCommand

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