接口 | 说明 |
---|---|
CmsFormRow.I_CmsFormRowUiBinder |
The ui binder interface for this widget.
|
I_CmsFormHandler |
The interface for objects which should be notified when a
CmsForm is successfully submitted. |
I_CmsFormResetHandler |
Handler interface for form resets.
|
I_CmsFormSubmitHandler |
This is an interface for classes which process submitted form data.
|
I_CmsFormWidgetFactory |
This is an interface for classes which can create a single widget type if given
a map of string parameters.
|
I_CmsFormWidgetMultiFactory |
Interface for creating different types of widgets depending on a key.
|
类 | 说明 |
---|---|
A_CmsFormFieldPanel |
The abstract class for form field container widgets.
|
CmsBasicFormField |
Basic implementation of the I_CmsFormField class.
|
CmsDialogFormHandler |
Abstract handler superclass for forms which have their own dialog.
|
CmsFieldsetFormFieldPanel |
Form field panel which puts its form fields into a field set, and also displays a resource info box.
|
CmsForm |
This class acts as a container for form fields.
|
CmsFormDialog |
A dialog containing a form.
|
CmsFormRow |
A row in a properties form.
|
CmsInfoBoxFormFieldPanel |
Form field panel for the sitemap entry editor in the navigation mode.
|
CmsSeparator |
A widget representing a horizontal line used as a separator, e.g. in forms.
|
CmsSimpleFormFieldPanel |
A simple form field container widget.
|
CmsWidgetFactoryRegistry |
This singleton class is used for registering all widget factories.
|