Class DeploymentsGlobalsView

  • All Implemented Interfaces:
    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<DeploymentsGlobalsPresenter>, org.uberfire.client.mvp.HasPresenter<DeploymentsGlobalsPresenter>, org.uberfire.client.mvp.UberElemental<DeploymentsGlobalsPresenter>

    @Templated
    public class DeploymentsGlobalsView
    extends Object
    implements org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<DeploymentsGlobalsPresenter>
    • Constructor Detail

      • DeploymentsGlobalsView

        public DeploymentsGlobalsView()
    • Method Detail

      • onAddGlobalButtonClicked

        @EventHandler("add-global-button")
        public void onAddGlobalButtonClicked​(com.google.gwt.event.dom.client.ClickEvent ignore)
      • getGlobalsTable

        public elemental2.dom.Element getGlobalsTable()
      • getTitle

        public String getTitle()
        Specified by:
        getTitle in interface org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<DeploymentsGlobalsPresenter>