java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseCollection
com.xpn.xwiki.objects.classes.PropertyClass
com.xpn.xwiki.objects.classes.ListClass
com.xpn.xwiki.objects.classes.StaticListClass
- All Implemented Interfaces:
- com.xpn.xwiki.objects.ElementInterface, com.xpn.xwiki.objects.ObjectInterface, PropertyClassInterface, com.xpn.xwiki.objects.PropertyInterface, java.io.Serializable
- public class StaticListClass
- extends ListClass
| 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.ListClass |
displayEdit, displayHidden, displayView, fromString, fromStringArray, getDisplayType, getListFromString, getSize, isMultiSelect, isRelationalStorage, newProperty, newPropertyfromXML, setDisplayType, setMultiSelect, setRelationalStorage, setSize |
| Methods inherited from class com.xpn.xwiki.objects.classes.PropertyClass |
checkField, clone, displayEdit, displayEdit, displayHidden, displayHidden, displaySearch, displaySearch, displaySearch, displayView, displayView, fromXML, getClassName, getClassType, getId, getName, getNumber, getObject, getPrettyName, getxWikiClass, getxWikiClass, initLazyCollections, isUnmodifiable, 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 |
StaticListClass
public StaticListClass(com.xpn.xwiki.objects.meta.PropertyMetaClass wclass)
StaticListClass
public StaticListClass()
getValues
public java.lang.String getValues()
setValues
public void setValues(java.lang.String values)
getList
public java.util.List getList(com.xpn.xwiki.XWikiContext context)
- Specified by:
getList in class ListClass