public interface ViewFactory
.crux.xml page.
Do not use this class directly.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ViewFactory.CreateCallback
A callback called when the requested view is created
|
| Modifier and Type | Method and Description |
|---|---|
void |
createView(String viewName,
String viewId,
ViewFactory.CreateCallback callback)
Create the view for the informed view Name
|
void |
createView(String viewName,
ViewFactory.CreateCallback callback)
Create the view for the informed view Name
|
DeviceAdaptive.Device |
getCurrentDevice()
Retrieve the device that runs the application
|
void createView(String viewName, ViewFactory.CreateCallback callback) throws InterfaceConfigException
viewName - the view namecallback - called when the view is createdInterfaceConfigExceptionvoid createView(String viewName, String viewId, ViewFactory.CreateCallback callback) throws InterfaceConfigException
viewName - the view nameviewId - the view identifiercallback - called when the view is createdInterfaceConfigExceptionDeviceAdaptive.Device getCurrentDevice()
Copyright © 2015. All rights reserved.