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.ReqParam
          Request parameter name constants.
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 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 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

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

VFS_OPEN_GALLERY_PATH

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

See Also:
Constant Field Values