|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.proxy.ScriptProxy
org.directwebremoting.proxy.browser.Window
public class Window
| Constructor Summary | |
|---|---|
Window()
Http thread constructor, that affects no browsers. |
|
Window(java.util.Collection<ScriptSession> scriptSessions)
Http thread constructor that alters a number of browsers |
|
Window(ScriptSession scriptSession)
Http thread constructor that alters a single browser |
|
| Method Summary | |
|---|---|
void |
alert(java.lang.String message)
Show in an 'alert' dialog |
| Methods inherited from class org.directwebremoting.proxy.ScriptProxy |
|---|
addFunctionCall, addFunctionCall, addFunctionCall, addFunctionCall, addFunctionCall, addFunctionCall, addFunctionCall, addFunctionCall, addScript, addScriptSession, addScriptSessions |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Window()
ScriptProxy.addScriptSession(ScriptSession) or to
ScriptProxy.addScriptSessions(Collection) will be needed
public Window(ScriptSession scriptSession)
scriptSession - The browser to alterpublic Window(java.util.Collection<ScriptSession> scriptSessions)
scriptSessions - A collection of ScriptSessions that we should act on.| Method Detail |
|---|
public void alert(java.lang.String message)
message - The text to go into the alert box
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||