Package org.opencms.ade.galleries.client
Class CmsGalleryConfigurationJSO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.opencms.ade.galleries.client.CmsGalleryConfigurationJSO
- All Implemented Interfaces:
org.opencms.ade.galleries.shared.I_CmsGalleryConfiguration
public final class CmsGalleryConfigurationJSO
extends com.google.gwt.core.client.JavaScriptObject
implements org.opencms.ade.galleries.shared.I_CmsGalleryConfiguration
Gallery configuration java-script overlay object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.GalleryModeString[]org.opencms.ade.galleries.shared.CmsGalleryTabConfigurationbooleanbooleanbooleanbooleanbooleanstatic CmsGalleryConfigurationJSOparseConfiguration(String conf) Parses the given JSON configuration string.voidsetCurrentElement(String currentElement) voidsetStartFolder(String startFolder) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
CmsGalleryConfigurationJSO
protected CmsGalleryConfigurationJSO()Hiding constructor.
-
-
Method Details
-
parseConfiguration
Parses the given JSON configuration string.- Parameters:
conf- the JSON configuration string- Returns:
- the gallery configuration object
-
getCurrentElement
- Specified by:
getCurrentElementin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getGalleryMode
- Specified by:
getGalleryModein interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getGalleryPath
- Specified by:
getGalleryPathin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getGalleryStoragePrefix
- Specified by:
getGalleryStoragePrefixin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getGalleryTypeName
- Specified by:
getGalleryTypeNamein interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getGalleryTypes
- Specified by:
getGalleryTypesin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getImageFormatNames
- Specified by:
getImageFormatNamesin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getImageFormats
- Specified by:
getImageFormatsin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getLocale
- Specified by:
getLocalein interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getPageId
- Specified by:
getPageIdin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getReferencePath
- Specified by:
getReferencePathin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getResourceTypes
- Specified by:
getResourceTypesin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getSearchTypes
- Specified by:
getSearchTypesin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getStartFolder
- Specified by:
getStartFolderin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getStartSite
- Specified by:
getStartSitein interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getTabConfiguration
- Specified by:
getTabConfigurationin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getTreeToken
- Specified by:
getTreeTokenin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
getUploadFolder
- Specified by:
getUploadFolderin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
isGalleriesSelectable
- Specified by:
isGalleriesSelectablein interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
isIncludeFiles
- Specified by:
isIncludeFilesin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
isResultsSelectable
- Specified by:
isResultsSelectablein interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
isShowSiteSelector
- Specified by:
isShowSiteSelectorin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
isUseFormats
- Specified by:
isUseFormatsin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
setCurrentElement
- Specified by:
setCurrentElementin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-
setStartFolder
- Specified by:
setStartFolderin interfaceorg.opencms.ade.galleries.shared.I_CmsGalleryConfiguration- See Also:
-