程序包 | 说明 |
---|---|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
org.opencms.workplace.galleries |
Contains the various "Galleries" which are available in the editors and widgets of the OpenCms Workplace.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,A_CmsAjaxGallery> |
CmsWorkplaceManager.getGalleries()
Returns a collection of all available galleries.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsAjaxDownloadGallery
Provides the specific constants, members and helper methods to generate the content of the download gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
class |
CmsAjaxHtmlGallery
Provides the specific constants, members and helper methods to generate the content of the html gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
class |
CmsAjaxImageGallery
Provides the specific constants, members and helper methods to generate the content of the image gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
class |
CmsAjaxLinkGallery
Provides the specific constants, members and helper methods to generate the content of the external link gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
class |
CmsAjaxTableGallery
Provides the specific constants, members and helper methods to generate the content of the table gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
限定符和类型 | 方法和说明 |
---|---|
static A_CmsAjaxGallery |
A_CmsAjaxGallery.createInstance(java.lang.String galleryTypeName,
CmsJspActionElement jsp)
Creates a new gallery instance of the given gallery type name.
|