Interface YearsMonthsSelector.View

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.years.months.YearsMonthsValue getValue()  
      void onValueChanged​(Consumer<elemental2.dom.Event> onValueChanged)  
      void onValueInputBlur​(Consumer<com.google.gwt.event.dom.client.BlurEvent> blurEvent)  
      void select()  
      void setPlaceHolder​(String placeholder)  
      void setValue​(org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.years.months.YearsMonthsValue value)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.ui.client.local.api.elemental2.IsElement

        getElement
    • Method Detail

      • getValue

        org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.years.months.YearsMonthsValue getValue()
      • setValue

        void setValue​(org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.years.months.YearsMonthsValue value)
      • setPlaceHolder

        void setPlaceHolder​(String placeholder)
      • onValueChanged

        void onValueChanged​(Consumer<elemental2.dom.Event> onValueChanged)
      • onValueInputBlur

        void onValueInputBlur​(Consumer<com.google.gwt.event.dom.client.BlurEvent> blurEvent)
      • select

        void select()