public class DateSearchField extends AbstractDateSearchField
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
containsTime, datePattern, dateTimeFormatter, logger
MAX_SUFFIX, maxId, maxInputName, maxLength, maxStringValue, maxValue, MIN_SUFFIX, minId, minInputName, minStringValue, minValue, NULL_VALUE, searchNullValue, size
accessor, ATTR_NAME_HTML_CLASS, FORM_CONTROL_CSS_CLASS, id, inputName, label, required
Constructor and Description |
---|
DateSearchField(PropertyAccessor accessor) |
DateSearchField(PropertyAccessor accessor,
String prefix) |
Modifier and Type | Method and Description |
---|---|
protected Object |
toDate(DateTime dateTime) |
getDatePattern, getDateTimeFormatter, isContainsTime, rangeEndToXhtml, readValue, setContainsTime, setDatePattern, setDateTimeFormatter
configureCriteria, getMaxId, getMaxInputName, getMaxLength, getMaxStringValue, getMaxValue, getMinId, getMinInputName, getMinStringValue, getMinValue, getSize, isGreaterThan, isSearchNullValue, readFromRequest, setMaxId, setMaxInputName, setMaxLength, setMaxStringValue, setMaxValue, setMinId, setMinInputName, setMinStringValue, setMinValue, setSearchNullValue, setSize, toSearchString, toXhtml, validate
appendToSearchString, getId, getInputName, getLabel, getPropertyAccessor, getText, readFromObject, setId, setInputName, setLabel, writeToObject
public static final String copyright
public DateSearchField(PropertyAccessor accessor)
public DateSearchField(PropertyAccessor accessor, String prefix)
protected Object toDate(DateTime dateTime)
toDate
in class AbstractDateSearchField