Interface HasValueChangeListener

    • Method Detail

      • setValueChangeListener

        void setValueChangeListener​(String valueChangeListener)
        MethodExpression representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.