public class JavascriptDialogClosed extends Object
Constructor | Description |
---|---|
JavascriptDialogClosed() |
Modifier and Type | Method | 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, 2018–2018 WebFolder OÜ. All rights reserved.