Class DeploymentsSectionView
- java.lang.Object
-
- org.jbpm.workbench.wi.client.editors.deployment.descriptor.DeploymentsSectionView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,DeploymentsSectionPresenter.View,org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<DeploymentsSectionPresenter>,org.uberfire.client.mvp.HasPresenter<DeploymentsSectionPresenter>,org.uberfire.client.mvp.UberElemental<DeploymentsSectionPresenter>
@Templated public class DeploymentsSectionView extends Object implements DeploymentsSectionPresenter.View
-
-
Constructor Summary
Constructors Constructor Description DeploymentsSectionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConcurrentUpdateMessage()elemental2.dom.HTMLElementgetContentContainer()elemental2.dom.HTMLElementgetMenuItemsContainer()StringgetTitle()voidinit(DeploymentsSectionPresenter presenter)
-
-
-
Method Detail
-
init
public void init(DeploymentsSectionPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<DeploymentsSectionPresenter>
-
getMenuItemsContainer
public elemental2.dom.HTMLElement getMenuItemsContainer()
- Specified by:
getMenuItemsContainerin interfaceDeploymentsSectionPresenter.View
-
getContentContainer
public elemental2.dom.HTMLElement getContentContainer()
- Specified by:
getContentContainerin interfaceDeploymentsSectionPresenter.View
-
getConcurrentUpdateMessage
public String getConcurrentUpdateMessage()
- Specified by:
getConcurrentUpdateMessagein interfaceDeploymentsSectionPresenter.View
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceorg.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<DeploymentsSectionPresenter>
-
-