com.xpn.xwiki.objects.classes
Class TextAreaClass
java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseCollection
com.xpn.xwiki.objects.classes.PropertyClass
com.xpn.xwiki.objects.classes.StringClass
com.xpn.xwiki.objects.classes.TextAreaClass
- All Implemented Interfaces:
- ElementInterface, ObjectInterface, PropertyClassInterface, PropertyInterface, java.io.Serializable
- public class TextAreaClass
- extends StringClass
- See Also:
- Serialized Form
Fields inherited from class com.xpn.xwiki.objects.classes.PropertyClass |
|
Fields inherited from class com.xpn.xwiki.objects.BaseElement |
|
Methods inherited from class com.xpn.xwiki.objects.classes.PropertyClass |
checkField, clone, displayEdit, displayEdit, displayHidden, displayHidden, displayHidden, displaySearch, displaySearch, displaySearch, displayView, displayView, displayView, fromStringArray, fromXML, getClassName, getClassType, getId, getName, getNumber, getObject, getPrettyName, getxWikiClass, getxWikiClass, initLazyCollections, isUnmodifiable, newPropertyfromXML, setClassType, setId, setName, setNumber, setObject, setPrettyName, setUnmodifiable, setxWikiClass, toFormString, toString, toXML, toXML |
Methods inherited from class com.xpn.xwiki.objects.BaseCollection |
addField, addPropertyForRemoval, equals, get, getDateValue, getDiff, getField, getFieldList, getFieldsToRemove, getIntValue, getLargeStringValue, getLongValue, getProperties, getPropertyList, getPropertyNames, getSetValue, getStringValue, hashCode, merge, put, removeField, safeget, safeput, setClassName, setDateValue, setFields, setFieldsToRemove, setIntValue, setLargeStringValue, setLongValue, setSetValue, setStringValue, toString, toXMLString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
TextAreaClass
public TextAreaClass(PropertyMetaClass wclass)
TextAreaClass
public TextAreaClass()
getRows
public int getRows()
setRows
public void setRows(int rows)
fromString
public BaseProperty fromString(java.lang.String value)
- Specified by:
fromString
in interface PropertyClassInterface
- Overrides:
fromString
in class StringClass
displayEdit
public void displayEdit(java.lang.StringBuffer buffer,
java.lang.String name,
java.lang.String prefix,
BaseCollection object,
XWikiContext context)
- Specified by:
displayEdit
in interface PropertyClassInterface
- Overrides:
displayEdit
in class StringClass
Copyright 2003 Ludovic Dubost