This class store the dialog position and expose methods to move and dock the dialog
The constructor
A method to test if a dialog is docked. True when the dialog is docked
Center the dialog on the screen. Overload of the base class method.
Move the dialog on the screen
| Name | Type | Description |
|---|---|---|
| newDialogX | Number | The new X position of the dialog in pixels |
| newDialogY | Number | The new Y position of the dialog in pixels |
| eventType | null or String | The type of the event that have triggered the call to the method |
A flag to store the docked status of the dialog
Dock the dialog on top f the screen when possible