|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.rwt.lifecycle.JSVar
@Deprecated public final class JSVar
Instances of this class represent a JavaScript variable. In contrast to Strings, JSVars are not enclosed in double quotes in the response.
Constructor Summary | |
---|---|
JSVar()
Deprecated. Creates a new JSVar instance with a generated name which is guaranteed to be unique within the session. |
|
JSVar(java.lang.String name)
Deprecated. Creates a new JSVar instance with the given name. |
Method Summary | |
---|---|
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JSVar()
public JSVar(java.lang.String name)
name
- the variable name, must neither be null
nor empty.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.