Package org.opencms.frontend.templateone.form

Classes for the OpenCms 6.0 'templateone.form' module.

See:
          Description

Interface Summary
I_CmsField Defines the methods required for form fields.
 

Class Summary
A_CmsField Abstract base class for all input fields.
CmsCaptchaEngine A captcha engine using a Gimpy factory to create captchas.
CmsCaptchaField Creates captcha images and validates the pharses submitted by a request parameter.
CmsCaptchaService Provides the facility to create and cache the captcha images.
CmsCaptchaServiceCache Caches captcha services.
CmsCaptchaSettings Stores the settings to render captcha images.
CmsCheckboxField Represents a check box.
CmsEmailField Represents a text input field for an email address.
CmsEmptyField Represents a empty field.
CmsFieldFactory A factory to create form field instances of a specified type.
CmsFieldItem Represents a single input field item object.
CmsFieldValue Represents a single input field value of a submitted form.
CmsFileUploadField Represents a file upload field.
CmsForm Represents an input form with all configured fields and options.
CmsFormHandler The form handler controls the html or mail output of a configured email form.
CmsHiddenField Represents a hidden field.
CmsPrivacyField Represents a check box with a link.
CmsRadioButtonField Represents a radio button.
CmsSelectionField Represents a selection of options.
CmsSelectWidgetXmlcontentType A select widget that recursively collects all CmsXmlContent resources of a given type (name) under a given path and creates select options that contain the xmlcontents field value specified by a name (xpath) as display String and the xmlcontents path (given) as the value.
CmsTextareaField Represents a text area.
CmsTextField Represents a text input field.
Messages Convenience class to access the localized messages of this OpenCms package.
 

Package org.opencms.frontend.templateone.form Description

Classes for the OpenCms 6.0 'templateone.form' module.

The provided classes are used for the highly configurable OpenCms 6.0 'templateone'. Including some reusable form components and a form handler.

Since:
6.0.0