public interface Alert
Alert is am Error, a Warning
or a Confirmation message often displayed at the top
of a webpage to inform the user about the result
of an action.| Modifier and Type | Method and Description |
|---|---|
AlertLevel |
getAlertType()
The type of the Alert message.
|
String |
getText()
The text of the Alert message.
|
AlertLevel getAlertType()
String getText()
Copyright © 2019. All rights reserved.