Interface InputField.OnChange

Enclosing class:
InputField

public static interface InputField.OnChange
A callback for when the value of the input field changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cb(String value)
     
  • Method Details