Class DataTypeSelectView

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.elemental2.IsElement, org.jboss.errai.ui.client.local.api.elemental2.IsElement, DataTypeSelect.View, org.uberfire.client.mvp.HasPresenter<DataTypeSelect>, org.uberfire.client.mvp.UberElemental<DataTypeSelect>

    @Dependent
    @Templated
    public class DataTypeSelectView
    extends Object
    implements DataTypeSelect.View
    • Constructor Detail

      • DataTypeSelectView

        @Inject
        public DataTypeSelectView​(elemental2.dom.HTMLDivElement typeText,
                                  elemental2.dom.HTMLSelectElement typeSelect,
                                  elemental2.dom.HTMLOptGroupElement typeSelectOptGroup,
                                  elemental2.dom.HTMLOptionElement typeSelectOption,
                                  elemental2.dom.HTMLOptGroupElement typeSelectStructureOptGroup,
                                  org.jboss.errai.ui.client.local.spi.TranslationService translationService,
                                  StructureTypesTooltip structureTypesTooltip)