com.xpn.xwiki.objects.classes
Class StaticListClass

java.lang.Object
  extended bycom.xpn.xwiki.objects.BaseElement
      extended bycom.xpn.xwiki.objects.BaseCollection
          extended bycom.xpn.xwiki.objects.classes.PropertyClass
              extended bycom.xpn.xwiki.objects.classes.ListClass
                  extended bycom.xpn.xwiki.objects.classes.StaticListClass
All Implemented Interfaces:
ElementInterface, ObjectInterface, PropertyClassInterface, PropertyInterface, java.io.Serializable

public class StaticListClass
extends ListClass

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.classes.PropertyClass
 
Fields inherited from class com.xpn.xwiki.objects.BaseCollection
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
 
Constructor Summary
StaticListClass()
           
StaticListClass(PropertyMetaClass wclass)
           
 
Method Summary
 java.util.List getList(XWikiContext context)
           
 java.lang.String getValues()
           
 void setValues(java.lang.String values)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.xpn.xwiki.objects.ObjectInterface
get, put, safeget, safeput
 
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
toString
 

Constructor Detail

StaticListClass

public StaticListClass(PropertyMetaClass wclass)

StaticListClass

public StaticListClass()
Method Detail

getValues

public java.lang.String getValues()

setValues

public void setValues(java.lang.String values)

getList

public java.util.List getList(XWikiContext context)
Specified by:
getList in class ListClass


Copyright 2003 Ludovic Dubost