Package | Description |
---|---|
com.xpn.xwiki.api |
Modifier and Type | Method and Description |
---|---|
PropertyClass |
Property.getPropertyClass() |
PropertyClass |
XWiki.getPropertyClassFromName(String propPath)
API to get the Property object from a class based on a property path A property path looks like
XWiki.ArticleClass_fieldname
|
Modifier and Type | Method and Description |
---|---|
List<PropertyClass> |
Class.getDisabledObjectProperties(Object object)
Get the list of disabled properties that exist in a given object.
|
List<PropertyClass> |
Class.getDisabledProperties()
Get the list of disabled property definitions that exist in this class.
|
List<PropertyClass> |
Class.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.
|
String |
Document.displayEdit(PropertyClass pclass,
String prefix,
Collection object) |
String |
Document.displayHidden(PropertyClass pclass,
String prefix,
Collection object) |
String |
Document.displayRendered(PropertyClass pclass,
String prefix,
Collection object) |
String |
Document.displayView(PropertyClass pclass,
String prefix,
Collection object) |
Copyright © 2004–2021 XWiki. All rights reserved.