Class ValueAndDataTypePopoverViewImpl

    • Constructor Detail

      • ValueAndDataTypePopoverViewImpl

        public ValueAndDataTypePopoverViewImpl()
      • ValueAndDataTypePopoverViewImpl

        @Inject
        public ValueAndDataTypePopoverViewImpl​(org.jboss.errai.common.client.dom.Input valueEditor,
                                               DataTypePickerWidget typeRefEditor,
                                               org.jboss.errai.common.client.dom.Div popoverElement,
                                               org.jboss.errai.common.client.dom.Div popoverContentElement,
                                               org.jboss.errai.common.client.dom.Span valueLabel,
                                               org.jboss.errai.common.client.dom.Span dataTypeLabel,
                                               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)