package com.smartgwt.client.docs; /** * The following APIs are all related to Dragndrop. * @see com.smartgwt.client.widgets.toolbar.Toolbar#getCanReorderItems * @see com.smartgwt.client.widgets.toolbar.Toolbar#getCanResizeItems * @see com.smartgwt.client.widgets.toolbar.Toolbar#getCanAcceptDrop */ public interface Dragndrop { }