|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.prompt.SilentPromptService
public class SilentPromptService
The silent PromptService implementation that don't
display UI dialogs and just returns the default dialog options.
| Constructor Summary | |
|---|---|
SilentPromptService()
|
|
| Method Summary | |
|---|---|
void |
alertRequested(DialogParams params)
This method do nothing. |
CloseStatus |
badCertificateRequested(DialogParams params)
This method do nothing and just returns the CloseStatus.OK. |
CloseStatus |
confirmationRequested(DialogParams params)
This method do nothing and just returns the CloseStatus.OK. |
CloseStatus |
loginRequested(LoginParams info)
This method do nothing and just returns the CloseStatus.OK. |
CloseStatus |
promptRequested(PromptDialogParams params)
This method do nothing and just returns the CloseStatus.OK. |
CloseStatus |
scriptErrorRequested(ScriptErrorParams info)
This method do nothing and just returns the CloseStatus.OK. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SilentPromptService()
| Method Detail |
|---|
public void alertRequested(DialogParams params)
alertRequested in interface PromptServiceparams - the alert request information.public CloseStatus promptRequested(PromptDialogParams params)
CloseStatus.OK.
promptRequested in interface PromptServiceparams - the prompt dialog parameters.
CloseStatus.OK.public CloseStatus confirmationRequested(DialogParams params)
CloseStatus.OK.
confirmationRequested in interface PromptServiceparams - the confirmation dialog parameters.
CloseStatus.OK.public CloseStatus loginRequested(LoginParams info)
CloseStatus.OK.
loginRequested in interface PromptServiceinfo - the authentication dialog parameters.
CloseStatus.OK.public CloseStatus badCertificateRequested(DialogParams params)
CloseStatus.OK.
badCertificateRequested in interface PromptServiceparams - the dialog information.
CloseStatus.OK.public CloseStatus scriptErrorRequested(ScriptErrorParams info)
CloseStatus.OK.
scriptErrorRequested in interface PromptServiceinfo - the JavaScript error dialog information.
CloseStatus.OK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||