Package org.opencms.gwt.client.util
Interface I_CmsHasSize
public interface I_CmsHasSize
Interface for objects which have an integer-valued size, e.g. custom containers.
- Since:
- 8.0.0
-
Method Summary
-
Method Details
-
getSize
int getSize()Gets the size of the object.- Returns:
- the size of the object
-