Package | Description |
---|---|
com.xpn.xwiki.objects.classes | |
com.xpn.xwiki.objects.meta |
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 |
PropertyClass
Represents an XClass property and contains property definitions (eg "relational storage", "display type",
"separator", "multi select", etc).
|
class |
StaticListClass |
class |
StringClass |
class |
TextAreaClass |
class |
UsersClass
Defines an XClass property type whose value is a list of user references.
|
Modifier and Type | Method and Description |
---|---|
PropertyClassInterface |
DBListMetaClass.getInstance() |
PropertyClassInterface |
DateMetaClass.getInstance() |
PropertyClassInterface |
TextAreaMetaClass.getInstance() |
PropertyClassInterface |
GroupsMetaClass.getInstance() |
PropertyClassInterface |
EmailMetaClass.getInstance() |
PropertyClassInterface |
NumberMetaClass.getInstance() |
PropertyClassInterface |
PasswordMetaClass.getInstance() |
PropertyClassInterface |
DBTreeListMetaClass.getInstance() |
PropertyClassInterface |
LevelsMetaClass.getInstance() |
PropertyClassInterface |
StaticListMetaClass.getInstance() |
PropertyClassInterface |
StringMetaClass.getInstance() |
PropertyClassInterface |
PageMetaClass.getInstance() |
PropertyClassInterface |
BooleanMetaClass.getInstance() |
PropertyClassInterface |
UsersMetaClass.getInstance() |
PropertyClassInterface |
PropertyMetaClass.getInstance() |
PropertyClassInterface |
ComputedFieldMetaClass.getInstance() |
Copyright © 2004–2015 XWiki. All rights reserved.