Package org.opencms.gwt.shared
Class CmsGalleryContainerInfo
java.lang.Object
org.opencms.gwt.shared.CmsGalleryContainerInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsGalleryContainerInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Holds information about current container types/sizes for the purpose of filtering gallery search results (currently only for functions).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A single container type/width combination. -
Constructor Summary
ModifierConstructorDescriptionprotected
Hidden default constructor for serialization.Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsGalleryContainerInfo
Creates a new instance.- Parameters:
items
- the set of type/width combinations of the page
-
CmsGalleryContainerInfo
protected CmsGalleryContainerInfo()Hidden default constructor for serialization.
-
-
Method Details