Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >:
Ext.Net.Plugin.Builder< TGridDragDrop, TBuilder >

Public Member Functions

 Builder (TGridDragDrop component)
 
virtual TBuilder AllowCopy (bool? allowCopy)
 Set as true to allow the user to hold down the control key at the start of the drag operation and copy the dragged records between grids. Otherwise, dragged records will be moved. More...
 
virtual TBuilder Copy (bool? copy)
 Set as true to copy the records from the source grid to the destination drop grid. Otherwise, dragged records will be moved. More...
 
virtual TBuilder DDGroup (string dDGroup)
 A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and DropZone used by this plugin will only interact with other drag drop objects in the same group (defaults to 'GridDD'). More...
 
virtual TBuilder DragText (string dragText)
 
virtual TBuilder DragGroup (string dragGroup)
 The ddGroup to which the DragZone will belong. This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup. More...
 
virtual TBuilder DropGroup (string dropGroup)
 The ddGroup to which the DropZone will belong. This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup. More...
 
virtual TBuilder EnableDrag (bool enableDrag)
 Defaults to true. Set to false to disallow dragging items from the View More...
 
virtual TBuilder ContainerScroll (bool containerScroll)
 True to register this container with the Scrollmanager for auto scrolling during drag operations. More...
 
virtual TBuilder EnableDrop (bool enableDrop)
 Defaults to true. Set to false to disallow the View from accepting drop gestures More...
 
 Builder ()
 
 Builder (GridDragDrop component)
 
 Builder (GridDragDrop.Config config)
 
- Public Member Functions inherited from Ext.Net.Plugin.Builder< TGridDragDrop, TBuilder >
 Builder (TPlugin component)
 

Static Public Member Functions

static implicit operator Builder (GridDragDrop component)
 

Detailed Description

Type Constraints
TGridDragDrop :GridDragDrop 
TBuilder :Builder 
TBuilder :TGridDragDrop 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.Builder ( TGridDragDrop  component)
inline

◆ Builder() [2/4]

Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.Builder ( GridDragDrop  component)
inline

◆ Builder() [4/4]

Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.Builder ( GridDragDrop.Config  config)
inline

Member Function Documentation

◆ AllowCopy()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.AllowCopy ( bool?  allowCopy)
inlinevirtual

Set as true to allow the user to hold down the control key at the start of the drag operation and copy the dragged records between grids. Otherwise, dragged records will be moved.

◆ ContainerScroll()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.ContainerScroll ( bool  containerScroll)
inlinevirtual

True to register this container with the Scrollmanager for auto scrolling during drag operations.

◆ Copy()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.Copy ( bool?  copy)
inlinevirtual

Set as true to copy the records from the source grid to the destination drop grid. Otherwise, dragged records will be moved.

◆ DDGroup()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.DDGroup ( string  dDGroup)
inlinevirtual

A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and DropZone used by this plugin will only interact with other drag drop objects in the same group (defaults to 'GridDD').

◆ DragGroup()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.DragGroup ( string  dragGroup)
inlinevirtual

The ddGroup to which the DragZone will belong. This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup.

◆ DragText()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.DragText ( string  dragText)
inlinevirtual

◆ DropGroup()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.DropGroup ( string  dropGroup)
inlinevirtual

The ddGroup to which the DropZone will belong. This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other Drag/DropZones which are members of the same ddGroup.

◆ EnableDrag()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.EnableDrag ( bool  enableDrag)
inlinevirtual

Defaults to true. Set to false to disallow dragging items from the View

◆ EnableDrop()

virtual TBuilder Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.EnableDrop ( bool  enableDrop)
inlinevirtual

Defaults to true. Set to false to disallow the View from accepting drop gestures

◆ operator Builder()

static implicit Ext.Net.GridDragDrop.Builder< TGridDragDrop, TBuilder >.operator Builder ( GridDragDrop  component)
inlinestatic


The documentation for this class was generated from the following file: