|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.objects.BaseElement<R>
com.xpn.xwiki.objects.BaseCollection<ClassPropertyReference>
com.xpn.xwiki.objects.classes.PropertyClass
com.xpn.xwiki.objects.classes.StringClass
com.xpn.xwiki.objects.classes.EmailClass
public class EmailClass
Email Field Class allows to create a field for email values. This will allow using a custom displayer assigned to that field by default. The field also includes a default regexp for validation.
Field Summary | |
---|---|
protected static String |
XCLASSNAME
Constant defining the field name. |
Fields inherited from class com.xpn.xwiki.objects.classes.PropertyClass |
---|
cachedCustomDisplayer |
Fields inherited from class com.xpn.xwiki.objects.BaseCollection |
---|
currentReferenceDocumentReferenceResolver, fields, fieldsToRemove, number, relativeEntityReferenceResolver |
Fields inherited from class com.xpn.xwiki.objects.BaseElement |
---|
documentReference, localEntityReferenceSerializer, ownerDocument, referenceCache |
Constructor Summary | |
---|---|
EmailClass()
Constructor for Email Class. |
|
EmailClass(PropertyMetaClass wclass)
Constructor for Email Class. |
Method Summary |
---|
Methods inherited from class com.xpn.xwiki.objects.classes.StringClass |
---|
displayEdit, fromString, getSize, isPicker, newProperty, setPicker, setSize |
Methods inherited from class com.xpn.xwiki.objects.BaseElement |
---|
getDocumentReference, getLocalKey, getLocalUidStringEntityReferenceSerializer, getOwnerDocument, getReference, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.xpn.xwiki.objects.ObjectInterface |
---|
get, put, safeget, safeput |
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface |
---|
apply, getDocumentReference, getReference, merge, setDocumentReference, toString |
Field Detail |
---|
protected static final String XCLASSNAME
Constructor Detail |
---|
public EmailClass(PropertyMetaClass wclass)
wclass
- Meta Classpublic EmailClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |