Class CmsContainerPageGalleryData
java.lang.Object
org.opencms.ade.containerpage.shared.CmsContainerPageGalleryData
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsContainerPageGalleryData
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Gallery data loaded initially for the 'Add' menu in the page editor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the galleryData.Returns the gallerySearch.void
setGalleryData
(CmsGalleryDataBean galleryData) Sets the galleryData.void
setGallerySearch
(CmsGallerySearchBean gallerySearch) Sets the gallerySearch.
-
Constructor Details
-
CmsContainerPageGalleryData
public CmsContainerPageGalleryData()Default constructor.
-
-
Method Details
-
getGalleryData
Returns the galleryData.- Returns:
- the galleryData
-
getGallerySearch
Returns the gallerySearch.- Returns:
- the gallerySearch
-