Uses of Class
com.xpn.xwiki.objects.classes.PropertyClass

Packages that use PropertyClass
com.xpn.xwiki   
com.xpn.xwiki.api   
com.xpn.xwiki.doc   
com.xpn.xwiki.objects.classes   
 

Uses of PropertyClass in com.xpn.xwiki
 

Methods in com.xpn.xwiki that return PropertyClass
 PropertyClass XWiki.getPropertyClassFromName(String propPath, XWikiContext context)
           
 

Uses of PropertyClass in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api that return PropertyClass
protected  PropertyClass PropertyClass.getBasePropertyClass()
          Internal access to the wrapped PropertyClass.
 PropertyClass PropertyClass.getPropertyClass()
          Provides access to the wrapped PropertyClass if Programming Rights are present.
 

Constructors in com.xpn.xwiki.api with parameters of type PropertyClass
PropertyClass(PropertyClass property, XWikiContext context)
          Default API constructor that creates a wrapper for a PropertyClass, given a context.
 

Uses of PropertyClass in com.xpn.xwiki.doc
 

Methods in com.xpn.xwiki.doc with parameters of type PropertyClass
 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.classes
 

Subclasses of PropertyClass in com.xpn.xwiki.objects.classes
 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 UsersClass
          Defines an XClass property type whose value is a list of user references.
 

Methods in com.xpn.xwiki.objects.classes that return PropertyClass
 PropertyClass PropertyClass.clone()
           
 

Methods in com.xpn.xwiki.objects.classes that return types with arguments of type PropertyClass
 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
 int PropertyClass.compareTo(PropertyClass other)
          Compares two property definitions based on their index number.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.