Interface HasValueChangeListener

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration, TreeSelectTagDeclaration

public interface HasValueChangeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.