Uses of Class
com.xpn.xwiki.api.PropertyClass
-
Packages that use PropertyClass Package Description com.xpn.xwiki.api -
-
Uses of PropertyClass in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return PropertyClass Modifier and Type Method 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_fieldnameMethods in com.xpn.xwiki.api that return types with arguments of type PropertyClass Modifier and Type Method 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.Methods in com.xpn.xwiki.api with parameters of type PropertyClass Modifier and Type Method 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)
-