Class DataTypeConstraintView

    • Constructor Detail

      • DataTypeConstraintView

        @Inject
        public DataTypeConstraintView​(elemental2.dom.HTMLAnchorElement constraintsAnchorContainer,
                                      elemental2.dom.HTMLDivElement constraintsLabelContainer,
                                      @Named("span")
                                      elemental2.dom.HTMLElement constraintsAnchorText,
                                      @Named("span")
                                      elemental2.dom.HTMLElement constraintsLabelText,
                                      @Named("span")
                                      elemental2.dom.HTMLElement constraintsTooltip,
                                      org.jboss.errai.ui.client.local.spi.TranslationService translationService)