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.
|
Boolean |
isHasBrowserHandler() |
True iff browser is capable showing or acting on the given dialog.
|
void |
setDefaultPrompt(String defaultPrompt) |
Default dialog prompt.
|
void |
setHasBrowserHandler(Boolean hasBrowserHandler) |
True iff browser is capable showing or acting on the given dialog.
|
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 Boolean isHasBrowserHandler()
public void setHasBrowserHandler(Boolean hasBrowserHandler)
public String getDefaultPrompt()
public void setDefaultPrompt(String defaultPrompt)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.