public class JavascriptDialogClosed extends Object
Constructor and Description |
---|
JavascriptDialogClosed() |
Modifier and Type | Method and Description |
---|---|
String |
getUserInput()
User input in case of prompt.
|
Boolean |
isResult()
Whether dialog was confirmed.
|
void |
setResult(Boolean result)
Whether dialog was confirmed.
|
void |
setUserInput(String userInput)
User input in case of prompt.
|
public Boolean isResult()
public void setResult(Boolean result)
public String getUserInput()
public void setUserInput(String userInput)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.