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
          A reference to the current widget manager on the client side.
static JSVar JSWriter.WIDGET_REF
          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)
          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)
           
 void JSWriter.startCall(JSVar target, java.lang.String function, java.lang.Object[] args)
           
 void JSWriter.varAssignment(JSVar var, java.lang.String method)
           
 


Eclipse Rich Ajax Platform

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