Class AboutPopupView
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.popups.about.AboutPopupView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,AboutPopup.View,org.uberfire.client.mvp.HasPresenter<AboutPopup>,org.uberfire.client.mvp.UberElement<AboutPopup>
@Templated public class AboutPopupView extends Object implements AboutPopup.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description AboutPopupView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(AboutPopup presenter)voidsetBackgroundImageUrl(String backgroundImageUrl)voidsetProductImageUrl(String productImageUrl)voidsetProductLicense(String productLicense)voidsetProductName(String productName)voidsetProductVersion(String productVersion)voidshow()
-
-
-
Method Detail
-
init
public void init(AboutPopup presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<AboutPopup>
-
show
public void show()
- Specified by:
showin interfaceAboutPopup.View
-
setProductName
public void setProductName(String productName)
- Specified by:
setProductNamein interfaceAboutPopup.View
-
setProductVersion
public void setProductVersion(String productVersion)
- Specified by:
setProductVersionin interfaceAboutPopup.View
-
setProductLicense
public void setProductLicense(String productLicense)
- Specified by:
setProductLicensein interfaceAboutPopup.View
-
setProductImageUrl
public void setProductImageUrl(String productImageUrl)
- Specified by:
setProductImageUrlin interfaceAboutPopup.View
-
setBackgroundImageUrl
public void setBackgroundImageUrl(String backgroundImageUrl)
- Specified by:
setBackgroundImageUrlin interfaceAboutPopup.View
-
-