Interface HasValue<T>
- All Known Implementing Classes:
AbstractDateFieldTester,AbstractFieldTester
public interface HasValue<T>
-
Method Summary
-
Method Details
-
setValue
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
-