Uses of Class
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Device

Packages that use DeviceAdaptive.Device
org.cruxframework.crux.core.client.screen   
org.cruxframework.crux.core.client.screen.views   
org.cruxframework.crux.core.declarativeui.crossdevice   
org.cruxframework.crux.core.ioc   
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.resources   
org.cruxframework.crux.core.rebind.screen.widget   
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.client.screen
 

Methods in org.cruxframework.crux.core.client.screen that return DeviceAdaptive.Device
 DeviceAdaptive.Device ScreenFactory.getCurrentDevice()
          Retrieve the device type for the client running the application
static DeviceAdaptive.Device Screen.getCurrentDevice()
           
static DeviceAdaptive.Device DeviceAdaptive.Device.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeviceAdaptive.Device[] DeviceAdaptive.Device.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.client.screen.views
 

Methods in org.cruxframework.crux.core.client.screen.views that return DeviceAdaptive.Device
 DeviceAdaptive.Device ViewFactory.getCurrentDevice()
          Retrieve the device that runs the application
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.declarativeui.crossdevice
 

Methods in org.cruxframework.crux.core.declarativeui.crossdevice that return types with arguments of type DeviceAdaptive.Device
static Set<DeviceAdaptive.Device> CrossDevices.getDeviceAdaptiveDevices(String deviceAdaptive)
           
 

Methods in org.cruxframework.crux.core.declarativeui.crossdevice with parameters of type DeviceAdaptive.Device
static Document CrossDevices.getDeviceAdaptiveTemplate(String deviceAdaptive, DeviceAdaptive.Device device)
           
static Document CrossDevices.getDeviceAdaptiveTemplate(String deviceAdaptive, DeviceAdaptive.Device device, boolean clone)
           
 String CrossDevicesTemplateParser.getTemplateController(View view, String deviceAdaptive, DeviceAdaptive.Device device)
           
 View CrossDevicesTemplateParser.getTemplateView(Document template, String deviceAdaptive, DeviceAdaptive.Device device)
           
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.ioc
 

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

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.rebind.controller
 

Methods in org.cruxframework.crux.core.rebind.controller with parameters of type DeviceAdaptive.Device
static String ClientControllers.getController(String name, DeviceAdaptive.Device device)
           
static Class<?> ClientControllers.getControllerClass(String controller, DeviceAdaptive.Device device)
           
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.rebind.crossdevice
 

Methods in org.cruxframework.crux.core.rebind.crossdevice that return DeviceAdaptive.Device
static DeviceAdaptive.Device[] Devices.getDevicesForDevice(String device)
          Return a list of devices that support the target device.
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.rebind.datasource
 

Methods in org.cruxframework.crux.core.rebind.datasource with parameters of type DeviceAdaptive.Device
static String DataSources.getDataSource(String name, DeviceAdaptive.Device device)
           
static Class<?> DataSources.getDataSourceClass(String name, DeviceAdaptive.Device device)
           
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.rebind.ioc
 

Fields in org.cruxframework.crux.core.rebind.ioc declared as DeviceAdaptive.Device
protected  DeviceAdaptive.Device IocContainerRebind.device
           
 

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

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.rebind.resources
 

Methods in org.cruxframework.crux.core.rebind.resources with parameters of type DeviceAdaptive.Device
static String Resources.getResource(String name, DeviceAdaptive.Device device)
           
static Class<?> Resources.getResourceClass(String name, DeviceAdaptive.Device device)
           
 

Uses of DeviceAdaptive.Device in org.cruxframework.crux.core.rebind.screen.widget
 

Methods in org.cruxframework.crux.core.rebind.screen.widget that return DeviceAdaptive.Device
 DeviceAdaptive.Device WidgetCreator.getDevice()
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget with parameters of type DeviceAdaptive.Device
static boolean EvtProcessor.checkEvtCall(String eventValue, String eventName, String parameterClassName, com.google.gwt.core.ext.GeneratorContext context, View view, DeviceAdaptive.Device device, boolean allowNoParameterCall)
           
 String ControllerAccessHandler.getControllerExpression(String controller, DeviceAdaptive.Device device)
           
 String ControllerAccessHandler.getControllerImplClassName(String controller, DeviceAdaptive.Device device)
           
protected  boolean WidgetCreator.isCurrentDeviceSupported(DeviceAdaptive.Device[] supported)
           
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)
           
 void EvtProcessor.printPostProcessingEvtCall(String eventValue, String cruxEvent, DeviceAdaptive.Device device)
           
 



Copyright © 2014. All rights reserved.