|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opencms.frontend.templateone.form.A_CmsField
org.opencms.frontend.templateone.form.CmsTextField
org.opencms.frontend.templateone.form.CmsEmailField
public class CmsEmailField
Represents a text input field for an email address.
| Field Summary | |
|---|---|
static java.lang.String |
VALIDATION_REGEX
Regular expression to validate email addresses. |
| Constructor Summary | |
|---|---|
CmsEmailField()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getStaticType()
Returns the type of the input field, e.g. |
java.lang.String |
getType()
Returns the type of the input field, e.g. |
| Methods inherited from class org.opencms.frontend.templateone.form.CmsTextField |
|---|
buildHtml |
| Methods inherited from class org.opencms.frontend.templateone.form.A_CmsField |
|---|
getErrorMessage, getItems, getLabel, getName, getPlaceholder, getPosition, getValidationExpression, getValue, incrementPlaceholder, isMandatory, needsItems, setErrorMessage, setItems, setLabel, setMandatory, setName, setPlaceholder, setPosition, setValidationExpression, setValue, showRowEnd, showRowStart, toString, validate, validateConstraints, validateValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VALIDATION_REGEX
| Constructor Detail |
|---|
public CmsEmailField()
| Method Detail |
|---|
public java.lang.String getType()
I_CmsField
getType in interface I_CmsFieldgetType in class CmsTextFieldI_CmsField.getType()public static java.lang.String getStaticType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||