com.silverpeas.workflow.engine.dataRecord
Class DateRoField
java.lang.Object
com.silverpeas.form.AbstractField
com.silverpeas.form.fieldType.DateField
com.silverpeas.workflow.engine.dataRecord.DateRoField
- All Implemented Interfaces:
- Field, Serializable, Comparable
public class DateRoField
- extends DateField
A read only DateField
- See Also:
- Serialized Form
Fields inherited from class com.silverpeas.form.fieldType.DateField |
TYPE |
Methods inherited from class com.silverpeas.form.fieldType.DateField |
acceptObjectValue, acceptValue, acceptValue, compareTo, equals, getObjectValue, getTypeName, getValue, getValue, hashCode, isNull, setNull, setObjectValue, setValue, setValue |
DateRoField
public DateRoField(Date value)
getStringValue
public String getStringValue()
- Returns the string value of this field.
- Specified by:
getStringValue
in interface Field
- Specified by:
getStringValue
in class AbstractField
setStringValue
public void setStringValue(String value)
- Changes nothing.
- Specified by:
setStringValue
in interface Field
- Specified by:
setStringValue
in class AbstractField
acceptStringValue
public boolean acceptStringValue(String value)
- Returns true even if a set will changes nothing.
- Specified by:
acceptStringValue
in interface Field
- Specified by:
acceptStringValue
in class AbstractField
isReadOnly
public boolean isReadOnly()
- Returns true.
- Specified by:
isReadOnly
in class DateField
Copyright © 2016 Silverpeas. All Rights Reserved.