Package org.opencms.ade.galleries.shared
Interface I_CmsGalleryProviderConstants
public interface I_CmsGalleryProviderConstants
Shared constants interface.
- Since:
- 8.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Gallery mode constants.static enum
Tab ids used for tab configuration.static enum
Image parameteres.static enum
Sorting parameters. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The request attribute name for the close link.static final String
Configuration key.static final String
Option to enable/disable gallery selection.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Option to disable result selection if set to false.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
Configuration key.static final String
The key for the tree token.static final String
Configuration key.static final String
Configuration key.static final String
The id for the HTML div containing the gallery dialog.static final String
The widget field id.static final String
The widget field id hash.static final String
The key for the flag which controls whether the select button should be shown.static final String
The parameter used to tell the gallery dialog to use the standard set of resource types from the VfsFileWidget.static final String
The folder resource type name.static final String
Sitemap tree state session attribute name prefix.static final String
VFS tree state session attribute name prefix.static final String
Path to the host page.
-
Field Details
-
ATTR_CLOSE_LINK
The request attribute name for the close link.- See Also:
-
CONFIG_CURRENT_ELEMENT
Configuration key.- See Also:
-
CONFIG_GALLERY_MODE
Configuration key.- See Also:
-
CONFIG_GALLERY_NAME
Configuration key.- See Also:
-
CONFIG_GALLERY_PATH
Configuration key.- See Also:
-
CONFIG_GALLERY_STORAGE_PREFIX
Configuration key.- See Also:
-
CONFIG_GALLERY_TYPES
Configuration key.- See Also:
-
CONFIG_IMAGE_FORMAT_NAMES
Configuration key.- See Also:
-
CONFIG_IMAGE_FORMATS
Configuration key.- See Also:
-
CONFIG_LOCALE
Configuration key.- See Also:
-
CONFIG_PAGE_ID
Configuration key.- See Also:
-
CONFIG_REFERENCE_PATH
Configuration key.- See Also:
-
CONFIG_RESOURCE_TYPES
Configuration key.- See Also:
-
CONFIG_SEARCH_TYPES
Configuration key.- See Also:
-
CONFIG_SHOW_SITE_SELECTOR
Configuration key.- See Also:
-
CONFIG_START_FOLDER
Configuration key.- See Also:
-
CONFIG_START_SITE
Configuration key.- See Also:
-
CONFIG_TAB_CONFIG
Configuration key.- See Also:
-
CONFIG_TREE_TOKEN
The key for the tree token.- See Also:
-
CONFIG_UPLOAD_FOLDER
Configuration key.- See Also:
-
CONFIG_USE_FORMATS
Configuration key.- See Also:
-
GALLERY_DIALOG_ID
The id for the HTML div containing the gallery dialog.- See Also:
-
KEY_FIELD_ID
The widget field id.- See Also:
-
KEY_HASH_ID
The widget field id hash.- See Also:
-
KEY_SHOW_SELECT
The key for the flag which controls whether the select button should be shown.- See Also:
-
PARAM_USE_LINK_DEFAULT_TYPES
The parameter used to tell the gallery dialog to use the standard set of resource types from the VfsFileWidget.- See Also:
-
RESOURCE_TYPE_FOLDER
The folder resource type name.- See Also:
-
TREE_SITEMAP
Sitemap tree state session attribute name prefix.- See Also:
-
TREE_VFS
VFS tree state session attribute name prefix.- See Also:
-
VFS_OPEN_GALLERY_PATH
Path to the host page.- See Also:
-
CONFIG_GALLERIES_SELECTABLE
Option to enable/disable gallery selection.- See Also:
-
CONFIG_RESULTS_SELECTABLE
Option to disable result selection if set to false.- See Also:
-