| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceAdaptive.Device |
ViewFactory.getCurrentDevice()
Retrieve the device that runs the application
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceAdaptive.Device> |
CrossDevices.getDeviceAdaptiveDevices(String deviceAdaptive) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,IocConfig<?>> |
IocContainerManager.getConfigurationsForView(View view,
DeviceAdaptive.Device device) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ClientControllers.getController(String name,
DeviceAdaptive.Device device) |
static Class<?> |
ClientControllers.getControllerClass(String controller,
DeviceAdaptive.Device device) |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAdaptive.Device[] |
Devices.getDevicesForDevice(String device)
Return a list of devices that support the target device.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DataSources.getDataSource(String name,
DeviceAdaptive.Device device) |
static Class<?> |
DataSources.getDataSourceClass(String name,
DeviceAdaptive.Device device) |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceAdaptive.Device |
IocContainerRebind.device |
| Modifier and Type | Method and Description |
|---|---|
static void |
IocContainerRebind.injectFieldsAndMethods(AbstractProxyCreator.SourcePrinter srcWriter,
com.google.gwt.core.ext.typeinfo.JClassType type,
String parentVariable,
String iocContainerVariable,
View view,
DeviceAdaptive.Device device) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Resources.getResource(String name,
DeviceAdaptive.Device device) |
static Class<?> |
Resources.getResourceClass(String name,
DeviceAdaptive.Device device) |
| Modifier and Type | Method and Description |
|---|---|
DeviceAdaptive.Device |
WidgetCreator.getDevice() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All rights reserved.