Package org.opencms.widgets

Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.

See:
          Description

Interface Summary
I_CmsGalleryWidgetDynamicConfiguration Enables a dynamic configuration of values for the A_CmsGalleryWidget.
I_CmsImageWidgetDynamicConfiguration Enables a dynamic configuration of values for the CmsVfsImageWidget.
I_CmsWidget Describes an editor widget for use in the OpenCms workplace.
I_CmsWidgetDialog Describes a widget enabled dialog.
I_CmsWidgetParameter Parameter value wrapper used by the OpenCms workplace widgets.
 

Class Summary
A_CmsGalleryWidget Base class for all gallery widget implementations.
A_CmsHtmlGalleryWidget Base class for non-editable "HTML display only" widget implementations.
A_CmsHtmlWidget Provides a widget that creates a rich input field using the matching component, for use on a widget dialog.
A_CmsSelectWidget Base class for select widgets.
A_CmsWidget Base class for XML editor widgets.
CmsCalendarWidget Provides a DHTML calendar widget, for use on a widget dialog.
CmsCategoryWidget Provides a widget for a category based dependent select boxes.
CmsCategoryXmlContentHandler Deprecated. no longer needed since logic was moved to the default handler
CmsCheckboxWidget Provides a standard HTML form checkbox widget, for use on a widget dialog.
CmsColorpickerWidget Provides a HTML "color picker" widget, for use on a widget dialog.
CmsComboWidget Provides a HTML text input field with optional values to select in a combo box, for use on a widget dialog.
CmsDisplayWidget Provides a display only widget, for use on a widget dialog.
CmsDownloadGalleryWidget Provides a widget that allows access to the available OpenCms download galleries, for use on a widget dialog.
CmsGalleryWidgetConfiguration Configuration options for the gallery widget (e.g.
CmsGroupWidget Provides a OpenCms Group selection widget, for use on a widget dialog.
CmsHtmlGalleryWidget Provides a widget that allows access to the available OpenCms HTML galleries, for use on a widget dialog.
CmsHtmlWidget Provides a widget that creates a rich input field using the matching component, for use on a widget dialog.
CmsHtmlWidgetOption An option of a HTML type widget.
CmsHttpUploadWidget Provides a http upload widget, for use on a widget dialog.
CmsImageGalleryWidget Provides a widget that allows access to the available OpenCms image galleries, for use on a widget dialog.
CmsInputWidget Provides a standard HTML form input widget, for use on a widget dialog.
CmsInputWidgetPlaintext CmsInputWidget that strips HTML Tags from the input before storing values.
CmsLinkGalleryWidget Provides a widget that allows access to the available OpenCms external link galleries, for use on a widget dialog.
CmsLocalizationWidget Provides a standard HTML form input widget for overwriting localized values of a resource bundle, for use on a widget dialog.
CmsMultiSelectWidget Provides a widget for a standard HTML form multi select list or a group of check boxes.
CmsOrgUnitWidget Provides a OpenCms orgaizational unit selection widget, for use on a widget dialog.
CmsPasswordWidget Provides a standard HTML form password widget, for use on a widget dialog.
CmsPrincipalWidget Provides an OpenCms Principal selection widget, for use on a widget dialog.
CmsRadioSelectWidget Provides a widget for a standard HTML form for a group of radio buttons.
CmsSelectWidget Provides a widget for a standard HTML form select box.
CmsSelectWidgetOption An option of a select type widget.
CmsTableGalleryWidget Provides a widget that allows access to the available OpenCms table galleries, for use on a widget dialog.
CmsTextareaWidget Provides a standard HTML form textarea widget, for use on a widget dialog.
CmsTextareaWidgetPlaintext CmsTextareaWidget that strips HTML Tags from the input before storing values.
CmsUserWidget Provides a OpenCms User selection widget, for use on a widget dialog.
CmsVfsFileWidget Provides a OpenCms VFS file selection widget, for use on a widget dialog.
CmsVfsImageWidget Provides a widget for an extended image selection using the advanced gallery dialog.
CmsVfsImageWidgetConfiguration Configuration options for the VFS image widget.
 

Exception Summary
CmsWidgetException Describes errors that occur in the context of the OpenCms widgets.
 

Package org.opencms.widgets Description

Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.

Since:
6.0.0
Version:
$Revision: 1.8 $