public class JavascriptDialogOpening extends Object
Constructor | Description |
---|---|
JavascriptDialogOpening() |
Modifier and Type | Method | Description |
---|---|---|
String |
getDefaultPrompt() |
Default dialog prompt.
|
String |
getMessage() |
Message that will be displayed by the dialog.
|
DialogType |
getType() |
Dialog type.
|
String |
getUrl() |
Frame url.
|
void |
setDefaultPrompt(String defaultPrompt) |
Default dialog prompt.
|
void |
setMessage(String message) |
Message that will be displayed by the dialog.
|
void |
setType(DialogType type) |
Dialog type.
|
void |
setUrl(String url) |
Frame url.
|
public String getUrl()
public void setUrl(String url)
public String getMessage()
public void setMessage(String message)
public DialogType getType()
public void setType(DialogType type)
public String getDefaultPrompt()
public void setDefaultPrompt(String defaultPrompt)
Copyright © 2017–2018 WebFolder OÜ. All rights reserved.