Interface DeploymentsSectionPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DeploymentsSectionPresenter>,org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<DeploymentsSectionPresenter>,org.uberfire.client.mvp.UberElemental<DeploymentsSectionPresenter>
- All Known Implementing Classes:
DeploymentsSectionView
- Enclosing class:
- DeploymentsSectionPresenter
public static interface DeploymentsSectionPresenter.View extends org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<DeploymentsSectionPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConcurrentUpdateMessage()elemental2.dom.HTMLElementgetContentContainer()elemental2.dom.HTMLElementgetMenuItemsContainer()
-
-
-
Method Detail
-
getConcurrentUpdateMessage
String getConcurrentUpdateMessage()
-
getMenuItemsContainer
elemental2.dom.HTMLElement getMenuItemsContainer()
-
getContentContainer
elemental2.dom.HTMLElement getContentContainer()
-
-