Interface HasValue<T>

All Known Implementing Classes:
AbstractDateFieldTester, AbstractFieldTester

public interface HasValue<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(T value)
    Set value as user.
  • Method Details

    • setValue

      void setValue(T value)
      Set value as user. This will mean that accompanying event will have isUserOriginated = true. The field will gain focus and fire focus event as a side effect.
      Parameters:
      value - The value