|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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
public class StaticListClass
Field Summary |
---|
Fields inherited from class com.xpn.xwiki.objects.BaseCollection |
---|
className, fields, fieldsToRemove, number |
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, fromValue, fromXML, getClassName, getClassType, getId, getName, getNumber, getObject, getPrettyName, getxWikiClass, getxWikiClass, initLazyCollections, isUnmodifiable, isValidColumnTypes, 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 |
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 |
---|
public StaticListClass(PropertyMetaClass wclass)
public StaticListClass()
Method Detail |
---|
public java.lang.String getValues()
public void setValues(java.lang.String values)
public java.util.List getList(XWikiContext context)
getList
in class ListClass
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |