public interface BoundedDateInput extends ParseInput<java.util.Date>, BoundedInput<java.util.Date>
| Modifier and Type | Field and Description |
|---|---|
static Preference |
USE_DATE_INPUT |
| Modifier and Type | Method and Description |
|---|---|
static BoundedDateInput |
getInstance(AppContext conn,
int finest_field) |
static BoundedDateInput |
getInstance(AppContext conn,
long resolution,
int finest_field) |
getString, parse, parseValueformatRange, getMax, getMin, setMax, setMingetTypeaccept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validatestatic final Preference USE_DATE_INPUT
static BoundedDateInput getInstance(AppContext conn, long resolution, int finest_field)
static BoundedDateInput getInstance(AppContext conn, int finest_field)