Package com.microstrategy.web.app.beans
Interface EnumAppComponentEvents
- 
- All Known Implementing Classes:
 AbstractObjectExplorerEventHandler,AccordionTabManagerEventHandler,AddDataSetObjectExplorerEventHandler,AdminServletEventHandler,DatasetObjectExplorerEventHandler,DerivedElementsBrowserEventHandler,FolderFrameEventHandler,FolderObjectExplorerEventHandler,ImportDerivedElementsEventHandler,PageSetupHTMLEditorEventHandler,ProjectBrowserEventHandler,RibbonEventHandlerImpl,RWGraphDropZonesEditorEventHandlerImpl,ViewFilterElementPanelEventHandler,ViewReportObjectExplorerEventHandler,XDADataExplorerEventHandler
public interface EnumAppComponentEvents- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intWebEventArgumentLeftPositionEvent argument to define the left (x) position of the componentstatic intWebEventArgumentTopPositionEvent argument to define the top (y) position of the componentstatic intWebEventSetTopLeftPositionEvent for setting the top left position of the component 
 - 
 
- 
- 
Field Detail
- 
WebEventSetTopLeftPosition
static final int WebEventSetTopLeftPosition
Event for setting the top left position of the component- See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentTopPosition
static final int WebEventArgumentTopPosition
Event argument to define the top (y) position of the component- See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentLeftPosition
static final int WebEventArgumentLeftPosition
Event argument to define the left (x) position of the component- See Also:
 - Constant Field Values
 
 
 - 
 
 -