public class ContextDateConverter
extends java.lang.Object
implements com.jidesoft.converter.ObjectConverter
Modifier and Type | Field and Description |
---|---|
static com.jidesoft.converter.ConverterContext |
CONTEXT_DATETIME_CONTEXT |
Constructor and Description |
---|
ContextDateConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
fromString(java.lang.String string,
com.jidesoft.converter.ConverterContext converterContext) |
boolean |
supportFromString(java.lang.String string,
com.jidesoft.converter.ConverterContext converterContext) |
boolean |
supportToString(java.lang.Object object,
com.jidesoft.converter.ConverterContext converterContext) |
java.lang.String |
toString(java.lang.Object object,
com.jidesoft.converter.ConverterContext converterContext) |
public static final com.jidesoft.converter.ConverterContext CONTEXT_DATETIME_CONTEXT
public java.lang.Object fromString(java.lang.String string, com.jidesoft.converter.ConverterContext converterContext)
fromString
in interface com.jidesoft.converter.ObjectConverter
public boolean supportFromString(java.lang.String string, com.jidesoft.converter.ConverterContext converterContext)
supportFromString
in interface com.jidesoft.converter.ObjectConverter
public boolean supportToString(java.lang.Object object, com.jidesoft.converter.ConverterContext converterContext)
supportToString
in interface com.jidesoft.converter.ObjectConverter
public java.lang.String toString(java.lang.Object object, com.jidesoft.converter.ConverterContext converterContext)
toString
in interface com.jidesoft.converter.ObjectConverter