com.silverpeas.workflow.engine.dataRecord
Class TextRoField

java.lang.Object
  extended by com.silverpeas.form.AbstractField
      extended by com.silverpeas.form.fieldType.TextField
          extended by 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

Field Summary
 
Fields inherited from class com.silverpeas.form.fieldType.TextField
CONTENT_TYPE, CONTENT_TYPE_FLOAT, CONTENT_TYPE_INT, PARAM_MAXLENGTH, TYPE
 
Fields inherited from interface com.silverpeas.form.Field
FILE_PARAM_NAME_SUFFIX, TYPE_FILE
 
Constructor Summary
TextRoField(String value)
           
 
Method Summary
 String getStringValue()
          Returns the string value of this field.
 boolean isReadOnly()
          Returns true.
 void setStringValue(String value)
          Changes nothing.
 
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
 
Methods inherited from class com.silverpeas.form.AbstractField
getName, getOccurrence, setName, setOccurrence
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRoField

public TextRoField(String value)
Method Detail

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.