package com.smartgwt.client.docs;
/**
* Canvases containing other objects as children or peers
* @see com.smartgwt.client.widgets.Canvas#addChild
* @see com.smartgwt.client.widgets.Canvas#removePeer
* @see com.smartgwt.client.widgets.Canvas#removeChild
* @see com.smartgwt.client.widgets.Canvas#addPeer
* @see com.smartgwt.client.widgets.Canvas#getParentElements
* @see com.smartgwt.client.widgets.Canvas#contains
* @see com.smartgwt.client.widgets.Canvas#getParentElement
* @see com.smartgwt.client.widgets.Canvas#getTopElement
* @see com.smartgwt.client.widgets.Canvas#getMasterElement
* @see com.smartgwt.client.widgets.Canvas#getChildren
* @see com.smartgwt.client.widgets.Canvas#getPeers
*/
public interface Containment {
}