public abstract class JodaDateTimeValueSemanticsProviderAbstract<T> extends ValueSemanticsProviderAbstractTemporal<T>
ValueSemanticsProviderAndFacetAbstract.EqualByContent, ValueSemanticsProviderAndFacetAbstract.ImmutabilityFacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validatingformat, FORMAT_KEY_PREFIX, ISO_ENCODING_FORMAT, UTC_TIME_ZONE| Constructor and Description |
|---|
JodaDateTimeValueSemanticsProviderAbstract(FacetHolder holder,
Class<T> adaptedClass,
T defaultValue,
IsisConfiguration configuration,
ValueSemanticsProviderContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearFields(Calendar cal) |
protected String |
defaultFormat() |
protected DateFormat |
format(org.apache.isis.applib.profiles.Localization localization) |
protected Map<String,DateFormat> |
formats() |
protected List<DateFormat> |
formatsToTry(org.apache.isis.applib.profiles.Localization localization) |
protected boolean |
ignoreTimeZone() |
String |
toString() |
add, buildDefaultFormatIfRequired, buildFormat, configureFormats, createDateEncodingFormat, createDateFormat, createValue, dateValue, dateValue, doEncode, doParse, doRestore, isEmpty, now, setDate, setFormat, setMask, titleString, titleStringWithMask, typealwaysReplace, createAdapter, determineNumberFormat, displayTitleOf, displayTitleOf, doParse, fromEncodedString, getAdaptedClass, getAdapterManager, getAuthenticationSessionProvider, getClock, getConfiguration, getContext, getDefaultsProvider, getDefaultValue, getDependencyInjector, getEncoderDecoder, getParser, getSpecification, getSpecificationLookup, isEqualByContent, isImmutable, parseableTitleOf, parseTextEntry, titleString, toEncodedString, typicalLengthfacetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic JodaDateTimeValueSemanticsProviderAbstract(FacetHolder holder, Class<T> adaptedClass, T defaultValue, IsisConfiguration configuration, ValueSemanticsProviderContext context)
protected void clearFields(Calendar cal)
clearFields in class ValueSemanticsProviderAbstractTemporal<T>protected String defaultFormat()
defaultFormat in class ValueSemanticsProviderAbstractTemporal<T>protected boolean ignoreTimeZone()
ignoreTimeZone in class ValueSemanticsProviderAbstractTemporal<T>protected Map<String,DateFormat> formats()
formats in class ValueSemanticsProviderAbstractTemporal<T>public String toString()
toString in class FacetAbstractprotected DateFormat format(org.apache.isis.applib.profiles.Localization localization)
format in class ValueSemanticsProviderAbstractTemporal<T>protected List<DateFormat> formatsToTry(org.apache.isis.applib.profiles.Localization localization)
formatsToTry in class ValueSemanticsProviderAbstractTemporal<T>Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.