|
|||||||||
| 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.CmsTextareaField
public class CmsTextareaField
Represents a text area.
| Constructor Summary | |
|---|---|
CmsTextareaField()
|
|
| Method Summary | |
|---|---|
java.lang.String |
buildHtml(CmsFormHandler formHandler,
org.opencms.i18n.CmsMessages messages,
java.lang.String errorKey)
Builds the HTML input element for this element to be used in a frontend JSP. |
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.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 |
| Constructor Detail |
|---|
public CmsTextareaField()
| Method Detail |
|---|
public java.lang.String getType()
I_CmsField
I_CmsField.getType()public static java.lang.String getStaticType()
public java.lang.String buildHtml(CmsFormHandler formHandler,
org.opencms.i18n.CmsMessages messages,
java.lang.String errorKey)
I_CmsField
formHandler - the handler of the current formmessages - a resource bundle containing HTML snippets to build the HTML elementerrorKey - the key of the current error message
I_CmsField.buildHtml(CmsFormHandler, org.opencms.i18n.CmsMessages, String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||