package com.smartgwt.client.docs; /** * Visual hints for the user that something can be done to this object * @see com.smartgwt.client.widgets.Canvas#setOpacity * @see com.smartgwt.client.widgets.Canvas#setCursor * @see com.smartgwt.client.widgets.Canvas#getCursor * @see com.smartgwt.client.widgets.Canvas#getDisabledCursor * @see com.smartgwt.client.widgets.Canvas#getOpacity * @see com.smartgwt.client.widgets.Canvas#getContextMenu * @see com.smartgwt.client.widgets.Canvas#getMenuConstructor * @see com.smartgwt.client.types.Cursor */ public interface Cues { }