public class JavascriptDialogClosed extends Object
| Constructor and Description |
|---|
JavascriptDialogClosed() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getResult()
Whether dialog was confirmed.
|
String |
getUserInput()
User input in case of prompt.
|
void |
setResult(Boolean result)
Whether dialog was confirmed.
|
void |
setUserInput(String userInput)
User input in case of prompt.
|
public Boolean getResult()
public void setResult(Boolean result)
public String getUserInput()
public void setUserInput(String userInput)
Copyright © 2020. All rights reserved.