|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyClass in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api that return PropertyClass | |
---|---|
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 |
Methods in com.xpn.xwiki.api that return types with arguments of type PropertyClass | |
---|---|
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. |
Methods in com.xpn.xwiki.api with parameters of type PropertyClass | |
---|---|
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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |