Uses of Class
org.cruxframework.crux.core.rebind.screen.View

Packages that use View
org.cruxframework.crux.core.declarativeui.crossdevice   
org.cruxframework.crux.core.ioc   
org.cruxframework.crux.core.rebind   
org.cruxframework.crux.core.rebind.controller   
org.cruxframework.crux.core.rebind.crossdevice   
org.cruxframework.crux.core.rebind.datasource   
org.cruxframework.crux.core.rebind.ioc   
org.cruxframework.crux.core.rebind.screen   
org.cruxframework.crux.core.rebind.screen.resources   
org.cruxframework.crux.core.rebind.screen.widget   
 

Uses of View in org.cruxframework.crux.core.declarativeui.crossdevice
 

Methods in org.cruxframework.crux.core.declarativeui.crossdevice that return View
 View CrossDevicesTemplateParser.getTemplateView(Document template, String deviceAdaptive, DeviceAdaptive.Device device)
           
 

Methods in org.cruxframework.crux.core.declarativeui.crossdevice with parameters of type View
 String CrossDevicesTemplateParser.getTemplateController(View view, String deviceAdaptive, DeviceAdaptive.Device device)
           
 

Uses of View in org.cruxframework.crux.core.ioc
 

Methods in org.cruxframework.crux.core.ioc with parameters of type View
static Map<String,IocConfig<?>> IocContainerManager.getConfigurationsForView(View view, DeviceAdaptive.Device device)
           
 

Uses of View in org.cruxframework.crux.core.rebind
 

Methods in org.cruxframework.crux.core.rebind that return types with arguments of type View
protected  List<View> AbstractInterfaceWrapperProxyCreator.getViews()
           
 

Uses of View in org.cruxframework.crux.core.rebind.controller
 

Constructors in org.cruxframework.crux.core.rebind.controller with parameters of type View
RegisteredControllersProxyCreator(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, View view, String module, String iocContainerClassName, String device)
          Constructor
 

Uses of View in org.cruxframework.crux.core.rebind.crossdevice
 

Methods in org.cruxframework.crux.core.rebind.crossdevice with parameters of type View
protected  void DeviceAdaptiveProxyCreator.initializeController(View view)
           
 

Constructors in org.cruxframework.crux.core.rebind.crossdevice with parameters of type View
DeviceAdaptiveViewFactoryCreator(com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.core.ext.TreeLogger logger, View view, String device, String controllerName, String module)
           
 

Uses of View in org.cruxframework.crux.core.rebind.datasource
 

Constructors in org.cruxframework.crux.core.rebind.datasource with parameters of type View
RegisteredDataSourcesProxyCreator(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, View view, String iocContainerClassName, String device)
           
 

Uses of View in org.cruxframework.crux.core.rebind.ioc
 

Fields in org.cruxframework.crux.core.rebind.ioc declared as View
protected  View IocContainerRebind.view
           
 

Methods in org.cruxframework.crux.core.rebind.ioc with parameters of type View
static void IocContainerRebind.injectFieldsAndMethods(AbstractProxyCreator.SourcePrinter srcWriter, com.google.gwt.core.ext.typeinfo.JClassType type, String parentVariable, String iocContainerVariable, View view, DeviceAdaptive.Device device)
           
 

Constructors in org.cruxframework.crux.core.rebind.ioc with parameters of type View
IocContainerRebind(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, View view, String device)
           
 

Uses of View in org.cruxframework.crux.core.rebind.screen
 

Fields in org.cruxframework.crux.core.rebind.screen declared as View
protected  View Screen.rootView
           
 

Methods in org.cruxframework.crux.core.rebind.screen that return View
 View Screen.getRootView()
           
 View ViewFactory.getView(String id, String device)
          Factory method for views.
 View ViewFactory.getView(String id, String device, Document view, boolean rootView)
          Factory method for views.
 

Constructors in org.cruxframework.crux.core.rebind.screen with parameters of type View
Screen(String id, String relativeId, String module, View rootView)
           
 

Uses of View in org.cruxframework.crux.core.rebind.screen.resources
 

Constructors in org.cruxframework.crux.core.rebind.screen.resources with parameters of type View
ResourcesHandlerProxyCreator(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, String resourceId, View view, String devive)
           
 

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

Fields in org.cruxframework.crux.core.rebind.screen.widget declared as View
protected  View ViewFactoryCreator.view
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget that return View
 View WidgetCreator.getView()
           
protected  View ViewFactoryCreator.getView()
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget with parameters of type View
static boolean EvtProcessor.checkEvtCall(String eventValue, String eventName, String parameterClassName, com.google.gwt.core.ext.GeneratorContext context, View view, DeviceAdaptive.Device device, boolean allowNoParameterCall)
           
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)
           
 

Method parameters in org.cruxframework.crux.core.rebind.screen.widget with type arguments of type View
protected  void ViewFactoriesProxyCreator.generateViewCreation(AbstractProxyCreator.SourcePrinter sourceWriter, List<View> views)
           
 

Constructors in org.cruxframework.crux.core.rebind.screen.widget with parameters of type View
ViewFactoryCreator(com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.core.ext.TreeLogger logger, View view, String device, String module)
          Constructor
 



Copyright © 2014. All rights reserved.