Namespace for all of the WebAii native Win32 dialog handlers.

Classes

  ClassDescription
AlertDialog
Class to handle javascript alert dialogs.
BaseDialog
A base implementation for a dialog.
DialogMonitor
Class implementation for a dialog monitor to handle dialogs during execution.
DownloadDialogsHandler
The download dialogs handler. Wraps all the download dialog sequences for IE/Firefox into a simple API call.
FFOpenDownloadDialog
Firefox OpenDialog.
FileUploadDialog
Class to handle the FileUpload dialog.
GenericDialog
A generic dialog handler that can be used for quick and easy way to write a dialog handler for a simply dialog.
IEDownloadCompleteDialog
The IE download complete dialog.
IEDownloadDialog
IE's initial download dialog.
LogonDialog
Class to handle the logon dialog (username/password)
SafariDownloadDialog
Handles all the unique file download dialogs that appear under the Safari browser.
SaveAsDialog
SaveAs Dialog handler.

Interfaces

  InterfaceDescription
IDialog
Interface to implement for dialogs to be monitored and handled by the DialogMonitor object.

Delegates

  DelegateDescription
DialogHandlerDelegate
A dialog handler that allows for users to do their own handling of a dialog instead of calling Handle().

Enumerations

  EnumerationDescription
DialogButton
Possible buttons for to click for a dialog
DialogCurrentState
Different states the dialog can be set to.