Package | Description |
---|---|
com.vektorsoft.demux.android.core.app |
Contains classes needed for implementation of MVA pattern on Android.
|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.core.proxy |
Contains classes used for creating proxy objects.
|
com.vektorsoft.demux.desktop.jfx.app |
Contains implementation classes for common application service.
|
com.vektorsoft.demux.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXAndroidViewManager.setViewExtensionCallback(String viewId,
DMXViewCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractViewManager.handleExtensionData(DMXViewCallback callback)
Registers model data from view extension callback so it can be handled in
consistent fashion with the rest of the view data.
|
void |
DMXViewManager.setViewExtensionCallback(String viewId,
DMXViewCallback callback)
Sets extension callback of view with specified ID.
|
Modifier and Type | Field and Description |
---|---|
protected DMXViewCallback |
ViewInvocationHandler.callback
Extension callback used by this class.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXViewManager.setViewExtensionCallback(String viewId,
DMXViewCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
JSFViewManager.setViewExtensionCallback(String viewId,
DMXViewCallback callback) |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.