com.silverpeas.workflow.engine.dataRecord
Class TextRoField
java.lang.Object
com.silverpeas.form.AbstractField
com.silverpeas.form.fieldType.TextField
com.silverpeas.workflow.engine.dataRecord.TextRoField
- All Implemented Interfaces:
- Field, Serializable, Comparable
public class TextRoField
- extends TextField
A read only TextField
- See Also:
- Serialized Form
Methods inherited from class com.silverpeas.form.fieldType.TextField |
acceptObjectValue, acceptStringValue, acceptValue, acceptValue, compareTo, equals, getObjectValue, getTypeName, getValue, getValue, hashCode, isNull, setNull, setObjectValue, setValue, setValue |
TextRoField
public TextRoField(String 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
isReadOnly
public boolean isReadOnly()
- Returns true.
- Specified by:
isReadOnly
in class TextField
Copyright © 2016 Silverpeas. All Rights Reserved.