Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.api | |
com.xpn.xwiki.doc | |
com.xpn.xwiki.objects | |
com.xpn.xwiki.objects.classes |
Modifier and Type | Method and Description |
---|---|
PropertyClass |
XWiki.getPropertyClassFromName(String propPath,
XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
protected PropertyClass |
PropertyClass.getBasePropertyClass()
Internal access to the wrapped
PropertyClass . |
PropertyClass |
PropertyClass.getPropertyClass()
Provides access to the wrapped
PropertyClass if Programming Rights are
present. |
Constructor and Description |
---|
PropertyClass(PropertyClass property,
XWikiContext context)
Default API constructor that creates a wrapper for a
PropertyClass , given a
context . |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
PropertyClass |
BaseProperty.getPropertyClass(XWikiContext xcontext) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
PropertyClass |
PropertyClass.clone() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
PropertyClass.compareTo(PropertyClass other)
Compares two property definitions based on their index number.
|
Copyright © 2004–2021 XWiki. All rights reserved.