public class DateSearchField extends AbstractDateSearchField
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
containsTime, datePattern, dateTimeFormatter, loggerMAX_SUFFIX, maxId, maxInputName, maxLength, maxStringValue, maxValue, MIN_SUFFIX, minId, minInputName, minStringValue, minValue, NULL_VALUE, searchNullValue, sizeaccessor, 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, setDateTimeFormatterconfigureCriteria, 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, validateappendToSearchString, getId, getInputName, getLabel, getPropertyAccessor, getText, readFromObject, setId, setInputName, setLabel, writeToObjectpublic static final String copyright
public DateSearchField(PropertyAccessor accessor)
public DateSearchField(PropertyAccessor accessor, String prefix)
protected Object toDate(DateTime dateTime)
toDate in class AbstractDateSearchField