org.opencms.ade.galleries.shared
Interface I_CmsGalleryProviderConstants


public interface I_CmsGalleryProviderConstants

Shared constants interface.

Since:
8.0.0

Nested Class Summary
static class I_CmsGalleryProviderConstants.GalleryMode
          Gallery mode constants.
static class I_CmsGalleryProviderConstants.GalleryTabId
          Tab ids used for tab configuration.
static class I_CmsGalleryProviderConstants.ImageParams
          Image parameteres.
static class I_CmsGalleryProviderConstants.SortParams
          Sorting parameters.
 
Field Summary
static java.lang.String ATTR_CLOSE_LINK
          The request attribute name for the close link.
static java.lang.String CONFIG_CURRENT_ELEMENT
          Configuration key.
static java.lang.String CONFIG_GALLERY_MODE
          Configuration key.
static java.lang.String CONFIG_GALLERY_PATH
          Configuration key.
static java.lang.String CONFIG_GALLERY_TYPES
          Configuration key.
static java.lang.String CONFIG_IMAGE_FORMAT_NAMES
          Configuration key.
static java.lang.String CONFIG_IMAGE_FORMATS
          Configuration key.
static java.lang.String CONFIG_LOCALE
          Configuration key.
static java.lang.String CONFIG_REFERENCE_PATH
          Configuration key.
static java.lang.String CONFIG_RESOURCE_TYPES
          Configuration key.
static java.lang.String CONFIG_SEARCH_TYPES
          Configuration key.
static java.lang.String CONFIG_SHOW_SITE_SELECTOR
          Configuration key.
static java.lang.String CONFIG_START_FOLDER
          Configuration key.
static java.lang.String CONFIG_START_SITE
          Configuration key.
static java.lang.String CONFIG_TAB_IDS
          Configuration key.
static java.lang.String CONFIG_TREE_TOKEN
          The key for the tree token.
static java.lang.String CONFIG_USE_FORMATS
          Configuration key.
static java.lang.String GALLERY_DIALOG_ID
          The id for the HTML div containing the gallery dialog.
static java.lang.String KEY_FIELD_ID
          The widget field id.
static java.lang.String KEY_HASH_ID
          The widget field id hash.
static java.lang.String KEY_SHOW_SELECT
          The key for the flag which controls whether the select button should be shown.
static java.lang.String RESOURCE_TYPE_FOLDER
          The folder resource type name.
static java.lang.String TREE_SITEMAP
          Sitemap tree state session attribute name prefix.
static java.lang.String TREE_VFS
          VFS tree state session attribute name prefix.
static java.lang.String VFS_OPEN_GALLERY_PATH
          Path to the host page.
 

Field Detail

ATTR_CLOSE_LINK

static final java.lang.String ATTR_CLOSE_LINK
The request attribute name for the close link.

See Also:
Constant Field Values

CONFIG_CURRENT_ELEMENT

static final java.lang.String CONFIG_CURRENT_ELEMENT
Configuration key.

See Also:
Constant Field Values

CONFIG_GALLERY_MODE

static final java.lang.String CONFIG_GALLERY_MODE
Configuration key.

See Also:
Constant Field Values

CONFIG_GALLERY_PATH

static final java.lang.String CONFIG_GALLERY_PATH
Configuration key.

See Also:
Constant Field Values

CONFIG_GALLERY_TYPES

static final java.lang.String CONFIG_GALLERY_TYPES
Configuration key.

See Also:
Constant Field Values

CONFIG_IMAGE_FORMAT_NAMES

static final java.lang.String CONFIG_IMAGE_FORMAT_NAMES
Configuration key.

See Also:
Constant Field Values

CONFIG_IMAGE_FORMATS

static final java.lang.String CONFIG_IMAGE_FORMATS
Configuration key.

See Also:
Constant Field Values

CONFIG_LOCALE

static final java.lang.String CONFIG_LOCALE
Configuration key.

See Also:
Constant Field Values

CONFIG_REFERENCE_PATH

static final java.lang.String CONFIG_REFERENCE_PATH
Configuration key.

See Also:
Constant Field Values

CONFIG_RESOURCE_TYPES

static final java.lang.String CONFIG_RESOURCE_TYPES
Configuration key.

See Also:
Constant Field Values

CONFIG_SEARCH_TYPES

static final java.lang.String CONFIG_SEARCH_TYPES
Configuration key.

See Also:
Constant Field Values

CONFIG_SHOW_SITE_SELECTOR

static final java.lang.String CONFIG_SHOW_SITE_SELECTOR
Configuration key.

See Also:
Constant Field Values

CONFIG_START_FOLDER

static final java.lang.String CONFIG_START_FOLDER
Configuration key.

See Also:
Constant Field Values

CONFIG_START_SITE

static final java.lang.String CONFIG_START_SITE
Configuration key.

See Also:
Constant Field Values

CONFIG_TAB_IDS

static final java.lang.String CONFIG_TAB_IDS
Configuration key.

See Also:
Constant Field Values

CONFIG_TREE_TOKEN

static final java.lang.String CONFIG_TREE_TOKEN
The key for the tree token.

See Also:
Constant Field Values

CONFIG_USE_FORMATS

static final java.lang.String CONFIG_USE_FORMATS
Configuration key.

See Also:
Constant Field Values

GALLERY_DIALOG_ID

static final java.lang.String GALLERY_DIALOG_ID
The id for the HTML div containing the gallery dialog.

See Also:
Constant Field Values

KEY_FIELD_ID

static final java.lang.String KEY_FIELD_ID
The widget field id.

See Also:
Constant Field Values

KEY_HASH_ID

static final java.lang.String KEY_HASH_ID
The widget field id hash.

See Also:
Constant Field Values

KEY_SHOW_SELECT

static final java.lang.String KEY_SHOW_SELECT
The key for the flag which controls whether the select button should be shown.

See Also:
Constant Field Values

RESOURCE_TYPE_FOLDER

static final java.lang.String RESOURCE_TYPE_FOLDER
The folder resource type name.

See Also:
Constant Field Values

TREE_SITEMAP

static final java.lang.String TREE_SITEMAP
Sitemap tree state session attribute name prefix.

See Also:
Constant Field Values

TREE_VFS

static final java.lang.String TREE_VFS
VFS tree state session attribute name prefix.

See Also:
Constant Field Values

VFS_OPEN_GALLERY_PATH

static final java.lang.String VFS_OPEN_GALLERY_PATH
Path to the host page.

See Also:
Constant Field Values