Uses of Interface
org.cruxframework.crux.core.rebind.screen.widget.ControllerAccessHandler

Packages that use ControllerAccessHandler
org.cruxframework.crux.core.rebind.screen.widget   
 

Uses of ControllerAccessHandler in org.cruxframework.crux.core.rebind.screen.widget
 

Subinterfaces of ControllerAccessHandler in org.cruxframework.crux.core.rebind.screen.widget
static interface ControllerAccessHandler.SingleControllerAccessHandler
          A ControllerAccessHandler that must be used when any reference to the controller printed during the current generation cycle must point to the same controller instance.
 

Fields in org.cruxframework.crux.core.rebind.screen.widget declared as ControllerAccessHandler
protected  ControllerAccessHandler ViewFactoryCreator.controllerAccessHandler
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget that return ControllerAccessHandler
protected  ControllerAccessHandler ViewFactoryCreator.getControllerAccessHandler()
          Retrieve the object responsible for print controller access expressions on client JS
protected  ControllerAccessHandler WidgetCreator.getControllerAccessorHandler()
          Retrieve the object responsible for print controller access expressions on client JS
 

Methods in org.cruxframework.crux.core.rebind.screen.widget with parameters of type ControllerAccessHandler
static void EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out, String eventValue, String eventName, Class<?> eventClass, String cruxEvent, com.google.gwt.core.ext.GeneratorContext context, View view, ControllerAccessHandler controllerAccessHandler, DeviceAdaptive.Device device)
           
static void EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out, String eventValue, String eventName, String parameterClassName, String cruxEvent, com.google.gwt.core.ext.GeneratorContext context, View view, ControllerAccessHandler controllerAccessHandler, DeviceAdaptive.Device device, boolean allowNoParameterCall)
           
 



Copyright © 2014. All rights reserved.