The DialogNode
class, also derived from Node
is not a standard
DOM class, but created solely for convenient access to dialogs within QF-Test. It also
resides in the package de.qfs.apps.qftest.client.web.dom
but has very
little to do with the other Node
classes. A DialogNode
represents a message or error dialog which can be triggered via JavaScript. It provides
the following methods:
|
|
|
long getStyle() |
Returns |
The style of the dialog. Any of the constants STYLE_ALERT ,
STYLE_CONFIRM or STYLE_AUTHENTICATE defined in the
DialogNode class.
|
|
String getText() |
Returns | The message text of the dialog. |
|
String getTitle() |
Returns | The title of the dialog. |
|
|
|