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, parseValue
formatRange, getMax, getMin, setMax, setMin
getType
accept, addValidator, convert, getKey, getPrettyString, getString, getValue, isEmpty, removeValidator, setKey, setValue, validate
static final Preference USE_DATE_INPUT
static BoundedDateInput getInstance(AppContext conn, long resolution, int finest_field)
static BoundedDateInput getInstance(AppContext conn, int finest_field)