Class NameAndUrlPopoverViewImpl

    • Constructor Detail

      • NameAndUrlPopoverViewImpl

        public NameAndUrlPopoverViewImpl()
      • NameAndUrlPopoverViewImpl

        @Inject
        public NameAndUrlPopoverViewImpl​(org.jboss.errai.common.client.dom.Div popoverElement,
                                         org.jboss.errai.common.client.dom.Div popoverContentElement,
                                         org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover,
                                         org.jboss.errai.ui.client.local.spi.TranslationService translationService,
                                         elemental2.dom.HTMLButtonElement cancelButton,
                                         elemental2.dom.HTMLButtonElement okButton,
                                         elemental2.dom.HTMLInputElement urlInput,
                                         elemental2.dom.HTMLInputElement attachmentNameInput,
                                         @Named("span")
                                         elemental2.dom.HTMLElement urlLabel,
                                         @Named("span")
                                         elemental2.dom.HTMLElement attachmentName,
                                         @Named("span")
                                         elemental2.dom.HTMLElement attachmentTip)