com.xpn.xwiki.objects.classes
Class NumberClass
java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseCollection
com.xpn.xwiki.objects.classes.PropertyClass
com.xpn.xwiki.objects.classes.NumberClass
- All Implemented Interfaces:
- PropertyClassInterface, ElementInterface, ObjectInterface, PropertyInterface, java.io.Serializable
public class NumberClass
- extends PropertyClass
- See Also:
- Serialized Form
Methods inherited from class com.xpn.xwiki.objects.classes.PropertyClass |
checkField, clone, displayEdit, displayEdit, displayHidden, displayHidden, displayHidden, displaySearch, displaySearch, displaySearch, displayView, displayView, displayView, fromStringArray, fromValue, fromXML, getClassName, getClassType, getId, getName, getNumber, getObject, getPrettyName, getxWikiClass, getxWikiClass, initLazyCollections, isUnmodifiable, isValidColumnTypes, 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, getDoubleValue, getField, getFieldList, getFieldsToRemove, getFloatValue, getIntValue, getIntValue, getLargeStringValue, getLongValue, getMap, getProperties, getPropertyList, getPropertyNames, getSetValue, getStringValue, hashCode, merge, put, removeField, safeget, safeput, setClassName, setDateValue, setDoubleValue, setFields, setFieldsToRemove, setFloatValue, setIntValue, setLargeStringValue, setLongValue, setSetValue, setStringValue, toString, toXMLString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
NumberClass
public NumberClass(PropertyMetaClass wclass)
NumberClass
public NumberClass()
getSize
public int getSize()
setSize
public void setSize(int size)
getNumberType
public java.lang.String getNumberType()
setNumberType
public void setNumberType(java.lang.String ntype)
newProperty
public BaseProperty newProperty()
- Specified by:
newProperty
in interface PropertyClassInterface
- Overrides:
newProperty
in class PropertyClass
fromString
public BaseProperty fromString(java.lang.String value)
- Specified by:
fromString
in interface PropertyClassInterface
- Overrides:
fromString
in class PropertyClass
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 PropertyClass
Copyright 2003 Ludovic Dubost