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

More...

Inheritance diagram for Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >:
Ext.Net.Plugin.Builder< TCellDragDrop, TBuilder >

Public Member Functions

 Builder (TCellDragDrop component)
 
virtual TBuilder EnforceType (bool enforceType)
 True to allow drops of the same type only. More...
 
virtual TBuilder ApplyEmptyText (bool applyEmptyText)
 If applyEmptyText is true, then use the value of emptyText to replace the drag record's value after a node drop. More...
 
virtual TBuilder EmptyText (string emptyText)
 
virtual TBuilder DropBackgroundColor (string dropBackgroundColor)
 
virtual TBuilder NoDropBackgroundColor (string noDropBackgroundColor)
 
virtual TBuilder DragText (string dragText)
 
virtual TBuilder DDGroup (string dDGroup)
 
virtual TBuilder EnableDrop (bool enableDrop)
 
virtual TBuilder EnableDrag (bool enableDrag)
 
virtual TBuilder ContainerScroll (bool containerScroll)
 
virtual TBuilder NotSupportedText (string notSupportedText)
 The text to appear in a drag proxy when it is over a Column without a DataIndex. Defaults to "The cell from a Column without a DataIndex cannot be used for drag&drop". More...
 
 Builder ()
 
 Builder (CellDragDrop component)
 
 Builder (CellDragDrop.Config config)
 
- Public Member Functions inherited from Ext.Net.Plugin.Builder< TCellDragDrop, TBuilder >
 Builder (TPlugin component)
 

Static Public Member Functions

static implicit operator Builder (CellDragDrop component)
 

Detailed Description

Type Constraints
TCellDragDrop :CellDragDrop 
TBuilder :Builder 
TBuilder :TCellDragDrop 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.Builder ( TCellDragDrop  component)
inline

◆ Builder() [2/4]

Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.Builder ( CellDragDrop  component)
inline

◆ Builder() [4/4]

Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.Builder ( CellDragDrop.Config  config)
inline

Member Function Documentation

◆ ApplyEmptyText()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.ApplyEmptyText ( bool  applyEmptyText)
inlinevirtual

If applyEmptyText is true, then use the value of emptyText to replace the drag record's value after a node drop.

◆ ContainerScroll()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.ContainerScroll ( bool  containerScroll)
inlinevirtual

◆ DDGroup()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.DDGroup ( string  dDGroup)
inlinevirtual

◆ DragText()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.DragText ( string  dragText)
inlinevirtual

◆ DropBackgroundColor()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.DropBackgroundColor ( string  dropBackgroundColor)
inlinevirtual

◆ EmptyText()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.EmptyText ( string  emptyText)
inlinevirtual

◆ EnableDrag()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.EnableDrag ( bool  enableDrag)
inlinevirtual

◆ EnableDrop()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.EnableDrop ( bool  enableDrop)
inlinevirtual

◆ EnforceType()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.EnforceType ( bool  enforceType)
inlinevirtual

True to allow drops of the same type only.

◆ NoDropBackgroundColor()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.NoDropBackgroundColor ( string  noDropBackgroundColor)
inlinevirtual

◆ NotSupportedText()

virtual TBuilder Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.NotSupportedText ( string  notSupportedText)
inlinevirtual

The text to appear in a drag proxy when it is over a Column without a DataIndex. Defaults to "The cell from a Column without a DataIndex cannot be used for drag&drop".

◆ operator Builder()

static implicit Ext.Net.CellDragDrop.Builder< TCellDragDrop, TBuilder >.operator Builder ( CellDragDrop  component)
inlinestatic


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