Interface IsDraggable
public interface IsDraggable
Warning: This class is stil in progress.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetDraggable(String draggable) Draggable components are the source components of the drag-and-drop feature.voidsetDragNames(String draggable) Indicate draggable of this component.
- 
Method Details- 
setDraggableDraggable components are the source components of the drag-and-drop feature.
- 
setDragNamesIndicate draggable of this component. Possible value is 'none'. But this can be overridden in the theme.
 
-