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 PropertyClass
XWiki. 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 PropertyClass
PropertyClass. getBasePropertyClass()
Internal access to the wrappedPropertyClass
.PropertyClass
PropertyClass. getPropertyClass()
Provides access to the wrappedPropertyClass
if 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 String
XWikiDocument. displayEdit(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context)
String
XWikiDocument. displayHidden(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context)
String
XWikiDocument. displayRendered(PropertyClass pclass, String prefix, BaseCollection object, XWikiContext context)
String
XWikiDocument. 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 PropertyClass
BaseProperty. 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 class
BooleanClass
class
ComputedFieldClass
Computed Field Class allows to create a field without storage that will display computed values based on other data in the object or wiki.class
DateClass
Defines an XClass property type whose value is a Date.class
DBListClass
class
DBTreeListClass
class
EmailClass
Email Field Class allows to create a field for email values.class
GroupsClass
Defines an XClass property type whose value is a list of group references.class
LevelsClass
class
ListClass
class
NumberClass
class
PageClass
Page Field Class allows to create a field for storing page references.class
PasswordClass
class
StaticListClass
class
StringClass
class
TextAreaClass
class
TimezoneClass
Timezone Field Class allows to create a field for Timezone values.class
UsersClass
Defines 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 PropertyClass
PropertyClass. 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 int
PropertyClass. compareTo(PropertyClass other)
Compares two property definitions based on their index number.
-