Package org.opencms.gwt.shared
Class CmsGalleryContainerInfo.Item
java.lang.Object
org.opencms.gwt.shared.CmsGalleryContainerInfo.Item
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,Comparable<CmsGalleryContainerInfo.Item>
- Enclosing class:
- CmsGalleryContainerInfo
public static class CmsGalleryContainerInfo.Item
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<CmsGalleryContainerInfo.Item>
A single container type/width combination.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Item
Creates a new instance.- Parameters:
type
- the container typewidth
- the container width
-
Item
protected Item()Hidden default constructor for serialization
-
-
Method Details