public class TimeStampInput extends AbstractDateInput implements HTML5Input
DEFAULT_MAX_DATEvalidatorsUSE_DATE_INPUT| Constructor and Description |
|---|
TimeStampInput() |
TimeStampInput(long resolution) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(InputVisitor<R> vis) |
java.lang.String[] |
getFormats() |
protected int |
getHintIndex()
Which of the available formats in
AbstractDateInput.getFormats()
should be used as the hint text. |
java.lang.String |
getType()
get the type tag to emit for
the corresponding html5 type.
|
convert, formatRange, getDateFormat, getFormatHint, getMax, getMin, getString, parseValue, setMax, setMingetBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSinglegetValue, setKey, setValueaddValidator, getKey, getPrettyString, getString, removeValidator, validate, validateInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstance, getInstancegetString, parseaddValidator, getKey, getPrettyString, getValue, isEmpty, removeValidator, setKey, setValue, validatepublic TimeStampInput(long resolution)
public TimeStampInput()
protected int getHintIndex()
AbstractDateInputAbstractDateInput.getFormats()
should be used as the hint text.getHintIndex in class AbstractDateInputpublic java.lang.String[] getFormats()
getFormats in class AbstractDateInputpublic java.lang.String getType()
HTML5InputgetType in interface HTML5InputgetType in class AbstractDateInputpublic <R> R accept(InputVisitor<R> vis) throws java.lang.Exception
accept in interface Input<java.util.Date>accept in class ParseAbstractInput<java.util.Date>java.lang.Exception