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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBackgroundImageUrl(String backgroundImageUrl)voidsetProductImageUrl(String productImageUrl)voidsetProductLicense(String productLicense)voidsetProductName(String productName)voidsetProductVersion(String productVersion)voidshow()
-
-
-
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)
-
-