Package com.microstrategy.web.app.gui
Class DragAndDropHelper
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.DragAndDropHelper
 
 
- 
public class DragAndDropHelper extends java.lang.ObjectTitle: MSTR Web Gui Element: Drag And Drop Helper Description: Provide utility functions for Drag And Drop feature Copyright: Copyright (c) 2002 Company: MicroStrategy- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DragAndDropHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidgeneratePreJS(MarkupOutput mo, ReportBean rb)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
generatePreJS
public static void generatePreJS(MarkupOutput mo, ReportBean rb)
Deprecated.generate the general JavaScript code to enable the drag and drop feature- Parameters:
 mo- theMarkupOutputobject to hold the outputrb- theReportBeanobject
 
 - 
 
 -