Eclipse Rich Ajax Platform

Uses of Class
org.eclipse.rwt.lifecycle.JSVar

Packages that use JSVar
org.eclipse.rwt.lifecycle   
 

Uses of JSVar in org.eclipse.rwt.lifecycle
 

Fields in org.eclipse.rwt.lifecycle declared as JSVar
static JSVar JSWriter.WIDGET_MANAGER_REF
          Deprecated. A reference to the current widget manager on the client side.
static JSVar JSWriter.WIDGET_REF
          Deprecated. Reference to the widget of this JSWriter instance.
 

Methods in org.eclipse.rwt.lifecycle with parameters of type JSVar
 void JSWriter.call(JSVar target, java.lang.String function, java.lang.Object[] args)
          Deprecated. Calls the specific function of the widget identified by target on the client-side.
 void JSWriter.callFieldAssignment(JSVar target, java.lang.String field, java.lang.String value)
          Deprecated.  
 void JSWriter.startCall(JSVar target, java.lang.String function, java.lang.Object[] args)
          Deprecated.  
 void JSWriter.varAssignment(JSVar var, java.lang.String method)
          Deprecated.  
 


Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.