Package | Description |
---|---|
org.uispec4j.interception |
Provides a mechanism for intercepting popped-up dialogs and menus.
|
Modifier and Type | Method and Description |
---|---|
static WindowInterceptor |
WindowInterceptor.init(Trigger trigger)
Starts the interception of a modal dialog.
|
WindowInterceptor |
WindowInterceptor.process(String title,
WindowHandler handler)
Processes a modal dialog after having checked its title first.
|
WindowInterceptor |
WindowInterceptor.process(WindowHandler handler)
Processes a modal dialog.
|
WindowInterceptor |
WindowInterceptor.process(WindowHandler[] handlers)
Processes a sequence of dialogs (one handler per dialog).
|
WindowInterceptor |
WindowInterceptor.processTransientWindow()
Processes a dialog that will be closed automatically.
|
WindowInterceptor |
WindowInterceptor.processTransientWindow(String title)
Processes a dialog that will be closed automatically, and checks its name.
|
WindowInterceptor |
WindowInterceptor.processWithButtonClick(String buttonName)
Processes a dialog by clicking on a given button.
|
WindowInterceptor |
WindowInterceptor.processWithButtonClick(String title,
String buttonName)
Processes a dialog by checking its title and clicking on a given button.
|
Copyright © 2004–2016. All rights reserved.