|
org.eclipse.rwt.lifecycle
Class JSVar
java.lang.Object
org.eclipse.rwt.lifecycle.JSVar
- public final class JSVar
- extends
Object
Instances of this class represent a JavaScript variable. In contrast to
Strings, JSVars are not enclosed in double quotes in the response.
-
Since:
- 1.0
Constructor Summary
|
JSVar
()
Creates a new JSVar instance with a generated name which is guaranteed to
be unique within the session. |
JSVar
(
String name)
Creates a new JSVar instance with the given name. |
JSVar
public JSVar()
- Creates a new JSVar instance with a generated name which is guaranteed to
be unique within the session.
JSVar
public JSVar(
String name)
- Creates a new JSVar instance with the given name.
-
Parameters:
-
name - the variable name, must neither be null nor empty.
toString
public
String toString()
-
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.
|
|