|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewFactory
Create the view, based on the .crux.xml page.
Do not use this class directly.
| Nested Class Summary | |
|---|---|
static interface |
ViewFactory.CreateCallback
A callback called when the requested view is created |
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void createView(String viewName,
ViewFactory.CreateCallback callback)
throws InterfaceConfigException
viewName - the view namecallback - called when the view is created
InterfaceConfigException
void createView(String viewName,
String viewId,
ViewFactory.CreateCallback callback)
throws InterfaceConfigException
viewName - the view nameviewId - the view identifiercallback - called when the view is created
InterfaceConfigExceptionDeviceAdaptive.Device getCurrentDevice()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||