Uses of Class
com.xpn.xwiki.objects.classes.PropertyClass
-
Packages that use PropertyClass Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.doc com.xpn.xwiki.objects com.xpn.xwiki.objects.classes -
-
Uses of PropertyClass in com.xpn.xwiki
Methods in com.xpn.xwiki that return PropertyClass Modifier and Type Method Description PropertyClassXWiki. getPropertyClassFromName(String propPath, XWikiContext context) -
Uses of PropertyClass in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return PropertyClass Modifier and Type Method Description protected PropertyClassPropertyClass. getBasePropertyClass()Internal access to the wrappedPropertyClass.PropertyClassPropertyClass. getPropertyClass()Provides access to the wrappedPropertyClassif Programming Rights are present.Constructors in com.xpn.xwiki.api with parameters of type PropertyClass Constructor Description PropertyClass(PropertyClass property, XWikiContext context)Default API constructor that creates a wrapper for aPropertyClass, given acontext. -
Uses of PropertyClass in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc with parameters of type PropertyClass Modifier and Type Method Description StringXWikiDocument. displayEdit(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context)StringXWikiDocument. displayHidden(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context)StringXWikiDocument. displayRendered(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context)StringXWikiDocument. displayView(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context) -
Uses of PropertyClass in com.xpn.xwiki.objects
Methods in com.xpn.xwiki.objects that return PropertyClass Modifier and Type Method Description PropertyClassBaseProperty. getPropertyClass(XWikiContext xcontext) -
Uses of PropertyClass in com.xpn.xwiki.objects.classes
Subclasses of PropertyClass in com.xpn.xwiki.objects.classes Modifier and Type Class Description classBooleanClassclassComputedFieldClassComputed Field Class allows to create a field without storage that will display computed values based on other data in the object or wiki.classDateClassDefines an XClass property type whose value is a Date.classDBListClassclassDBTreeListClassclassEmailClassEmail Field Class allows to create a field for email values.classGroupsClassDefines an XClass property type whose value is a list of group references.classLevelsClassclassListClassclassNumberClassclassPageClassPage Field Class allows to create a field for storing page references.classPasswordClassclassStaticListClassclassStringClassclassTextAreaClassclassTimezoneClassTimezone Field Class allows to create a field for Timezone values.classUsersClassDefines an XClass property type whose value is a list of user references.Methods in com.xpn.xwiki.objects.classes that return PropertyClass Modifier and Type Method Description PropertyClassPropertyClass. clone()Methods in com.xpn.xwiki.objects.classes that return types with arguments of type PropertyClass Modifier and Type Method Description List<PropertyClass>BaseClass. getDisabledObjectProperties(BaseObject object)Get the list of disabled properties that exist in a given object.List<PropertyClass>BaseClass. getDisabledProperties()Get the list of disabled property definitions that exist in this class.List<PropertyClass>BaseClass. getEnabledProperties()Get the list of enabled (the default, normal state) property definitions that exist in this class.Methods in com.xpn.xwiki.objects.classes with parameters of type PropertyClass Modifier and Type Method Description intPropertyClass. compareTo(PropertyClass other)Compares two property definitions based on their index number.
-