DragDropHelper Methods TIBCO Spotfire 7.6 API Reference

The DragDropHelper type exposes the following members.

Methods

  Name Description
Public method Static member ContainsDataColumns
Indicates whether the data object contains one or more DataColumn objects.
Public method Static member ContainsDataMarkings
Indicates whether the data object contains one or more DataMarkingSelection objects.
Public method Static member ContainsDataTables
Indicates whether the data object contains one or more DataTable objects.
Public method Static member ContainsExpressions
Indicates whether the data object contains one or more expressions.
Public method Static member DispatchDragDrop
Method used to route DragOver events up in the view hierarchy.
Public method Static member DispatchDragLeave
Method used to route DragLeave events up in the view hierarchy.
Public method Static member DispatchDragOver
Method used to route DragOver events up in the view hierarchy.
Public method Static member DoDragDropWithImage
Performs drag and drop while displaying a provided image that is moved with the cursor.
Public method Static member GetDataColumns
Retrieves a list of DataColumn objects from the data object.
Public method Static member GetDataMarkings
Retrieves a list of DataMarkingSelection objects from the data object.
Public method Static member GetDataTables
Retrieves a list of DataTable objects from the data object.
Public method Static member GetExpressions
Retrieves a list of expressions from the data object.
Public method Static member SetDataColumn
Adds a DataColumn object to the data object.
Public method Static member SetDataColumns
Adds a collection of DataColumn objects to the data object.
Public method Static member SetDataMarking
Adds a DataMarkingSelection object to the data object.
Public method Static member SetDataMarkings
Adds a collection of DataMarkingSelection objects to the data object.
Public method Static member SetDataTable
Adds a DataTable object to the data object
Public method Static member SetDataTables
Adds a collection of DataTable objects to the data object.
Public method Static member SetExpression
Adds an expression to the data object.
Public method Static member SetExpressions
Adds a collection of expressions to the data object.
Top
See Also

Reference