Interface DragImageReferenceSupport
- All Known Implementing Classes:
DDAbsoluteLayout
,DDAccordion
,DDCssLayout
,DDFormLayout
,DDGridLayout
,DDHorizontalLayout
,DDHorizontalLayout
,DDHorizontalSplitPanel
,DDPanel
,DDTabSheet
,DDVerticalLayout
,DDVerticalLayout
,DDVerticalSplitPanel
,JmixMainTabSheet
public interface DragImageReferenceSupport
-
Method Summary
Modifier and TypeMethodDescriptionReturns the drag image providervoid
setDragImageProvider
(DragImageProvider provider) Set a component as a drag image for a component in the layout.
-
Method Details
-
setDragImageProvider
Set a component as a drag image for a component in the layout. The drag image will be shown instead of the component when the user drag a component in the layout.- Parameters:
provider
- The image provider
-
getDragImageProvider
Returns the drag image provider- Returns:
- the image provider
-