|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.objects.BaseElement<R>
com.xpn.xwiki.objects.BaseCollection<ClassPropertyReference>
com.xpn.xwiki.objects.classes.PropertyClass
com.xpn.xwiki.objects.classes.ListClass
com.xpn.xwiki.objects.classes.DBListClass
com.xpn.xwiki.objects.classes.PageClass
public class PageClass
Page Field Class allows to create a field for storing page references.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.xpn.xwiki.objects.classes.ListClass |
---|
ListClass.MapComparator |
Field Summary | |
---|---|
protected static String |
XCLASSNAME
Constant defining the field name. |
Fields inherited from class com.xpn.xwiki.objects.classes.DBListClass |
---|
DEFAULT_QUERY |
Fields inherited from class com.xpn.xwiki.objects.classes.PropertyClass |
---|
cachedCustomDisplayer |
Fields inherited from class com.xpn.xwiki.objects.BaseCollection |
---|
currentReferenceDocumentReferenceResolver, fields, fieldsToRemove, number, relativeEntityReferenceResolver |
Fields inherited from class com.xpn.xwiki.objects.BaseElement |
---|
documentReference, localEntityReferenceSerializer, ownerDocument, referenceCache |
Constructor Summary | |
---|---|
PageClass()
Constructor for PageClass. |
|
PageClass(PropertyMetaClass wclass)
Constructor for PageClass. |
Method Summary |
---|
Methods inherited from class com.xpn.xwiki.objects.classes.DBListClass |
---|
displayEdit, displayView, flushCache, getCachedDBList, getClassname, getDBList, getIdField, getList, getMap, getQuery, getSql, getValue, getValueField, makeList, returnCol, setCachedDBList, setClassname, setIdField, setSql, setValueField |
Methods inherited from class com.xpn.xwiki.objects.classes.ListClass |
---|
displayHidden, displayRadioEdit, displaySelectEdit, fromString, fromStringArray, getDisplayType, getDisplayValue, getDisplayValue, getElementValue, getListFromString, getListFromString, getMapFromString, getSeparator, getSeparators, getSize, getSort, isCache, isMultiSelect, isPicker, isRelationalStorage, newProperty, newPropertyfromXML, setCache, setDisplayType, setMultiSelect, setPicker, setRelationalStorage, setSeparator, setSeparators, setSize, setSort |
Methods inherited from class com.xpn.xwiki.objects.BaseElement |
---|
getDocumentReference, getLocalKey, getLocalUidStringEntityReferenceSerializer, getOwnerDocument, getReference, hashCode |
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 |
---|
apply, getDocumentReference, getReference, merge, setDocumentReference, toString |
Field Detail |
---|
protected static final String XCLASSNAME
Constructor Detail |
---|
public PageClass(PropertyMetaClass wclass)
wclass
- MetaClasspublic PageClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |