Interface AboutPopup.View

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<AboutPopup>, org.jboss.errai.common.client.api.IsElement, org.uberfire.client.mvp.UberElement<AboutPopup>
    All Known Implementing Classes:
    AboutPopupView
    Enclosing class:
    AboutPopup

    public static interface AboutPopup.View
    extends org.uberfire.client.mvp.UberElement<AboutPopup>
    • Method Detail

      • show

        void show()
      • setProductName

        void setProductName​(String productName)
      • setProductVersion

        void setProductVersion​(String productVersion)
      • setProductLicense

        void setProductLicense​(String productLicense)
      • setProductImageUrl

        void setProductImageUrl​(String productImageUrl)
      • setBackgroundImageUrl

        void setBackgroundImageUrl​(String backgroundImageUrl)