Class YearsMonthsSelectorView

    • Constructor Detail

      • YearsMonthsSelectorView

        @Inject
        public YearsMonthsSelectorView​(elemental2.dom.HTMLInputElement yearInput,
                                       elemental2.dom.HTMLInputElement monthInput)
    • Method Detail

      • getValue

        public org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.years.months.YearsMonthsValue getValue()
        Specified by:
        getValue in interface YearsMonthsSelector.View
      • setValue

        public void setValue​(org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.years.months.YearsMonthsValue value)
        Specified by:
        setValue in interface YearsMonthsSelector.View
      • onYearsInputBlur

        @EventHandler("years-input")
        public void onYearsInputBlur​(com.google.gwt.event.dom.client.BlurEvent blurEvent)
      • onMonthsInputBlur

        @EventHandler("months-input")
        public void onMonthsInputBlur​(com.google.gwt.event.dom.client.BlurEvent blurEvent)