Interface DateEditorValue
- All Superinterfaces:
EditorValue<Date>
Deprecated.
Editor value on dates.
Assimilation Note: Additional value types understood: a long value representing a date in milliseconds.
Assimilation Note: Additional value types understood: a long value representing a date in milliseconds.
- Since:
- 2.3.17
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Key for the date.static final String
Deprecated.Key for the locale.Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED
-
Method Summary
Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, get, getContentType, getDataValue, getEditorLanguages, getGuiXml, getMatches, getSearchableString, getTagName, getValueType, initialize, isDefault, isEmpty, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
-
Field Details
-
DATE_KEY
Deprecated.Key for the date.- Since:
- 4.0.17
- See Also:
-
LOCALE_KEY
Deprecated.Key for the locale.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getForm
GomDate getForm()Deprecated.Covariant return of concrete form container.- Specified by:
getForm
in interfaceEditorValue<Date>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
getAllowEmpty
boolean getAllowEmpty()Deprecated.Provides an indicator specialized for dates and may be different from whatgetForm()
provides.- Returns:
true
, if empty is allowed.- Since:
- 4.0.17
-
FormField
instead