|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.property.CoPropertyHandler
com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
com.ptc.core.ca.co.client.property.date.CoDateTimePropertyHandler
@Deprecated public abstract class CoDateTimePropertyHandler
This class defines property handler for the java.sql.Timestamp
attribute value type.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
DATE_FORMAT_ID
Deprecated. Supported API: true |
static String |
DATE_LABEL_PARAM
Deprecated. Supported API: true |
static String |
DATE_ONLY_PARAM
Deprecated. Supported API: true |
static String |
DATE_STYLE_PATTERN_PARAM
Deprecated. Supported API: true |
static String |
TIME_FORMAT_ID
Deprecated. Supported API: true |
static String |
TIME_LABEL_PARAM
Deprecated. Supported API: true |
static String |
TIME_STYLE_PATTERN_PARAM
Deprecated. Supported API: true |
| Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler |
|---|
ATTRIBUTE_TAG |
| Method Summary | |
|---|---|
String |
format(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
String |
formatDate(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
String |
formatTime(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
static String |
getDateFormat(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
static String |
getDateLabel(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
static String |
getLabel(CoElement element,
String labelParam,
CoEnvData envData)
Deprecated. Supported API: true |
static String |
getTimeFormat(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
static String |
getTimeLabel(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
static boolean |
isDateOnly(CoProperty property,
CoEnvData envData)
Deprecated. Supported API: true |
Timestamp |
parse(CoProperty property,
String attr_value,
CoEnvData envData)
Deprecated. Supported API: true |
Timestamp |
parse(CoProperty property,
String date_value,
String time_value,
CoEnvData envData)
Deprecated. Supported API: true |
void |
updateModel(CoProperty property,
com.infoengine.object.factory.Element ieElement,
CoEnvData envData)
Deprecated. Creates and updates the model of the date property element. |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoSimplePropertyHandler |
|---|
newModel, updateInstance |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler |
|---|
updateModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DATE_LABEL_PARAM
public static final String TIME_LABEL_PARAM
public static final String DATE_FORMAT_ID
public static final String TIME_FORMAT_ID
public static final String DATE_STYLE_PATTERN_PARAM
public static final String TIME_STYLE_PATTERN_PARAM
public static final String DATE_ONLY_PARAM
| Method Detail |
|---|
public void updateModel(CoProperty property,
com.infoengine.object.factory.Element ieElement,
CoEnvData envData)
throws WTException
updateModel in class CoAbstractPropertyHandlerproperty - ieElement - envData -
WTException
public static boolean isDateOnly(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getDateLabel(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getTimeLabel(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getDateFormat(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getTimeFormat(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public Timestamp parse(CoProperty property,
String date_value,
String time_value,
CoEnvData envData)
throws WTException
property - date_value - time_value - envData -
WTException
public Timestamp parse(CoProperty property,
String attr_value,
CoEnvData envData)
throws WTException
property - attr_value - envData -
WTException
public String formatDate(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public String formatTime(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public String format(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getLabel(CoElement element,
String labelParam,
CoEnvData envData)
throws WTException
element - labelParam - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||