Package | Description |
---|---|
com.vektorsoft.demux.android.core.app |
Contains classes needed for implementation of MVA pattern on Android.
|
com.vektorsoft.demux.android.core.resources |
Contains classes for handling resources on Android platform.
|
com.vektorsoft.demux.core.extension |
Contains classes and interface related to extensions management.
|
com.vektorsoft.demux.core.extension.impl |
Default implementation of extension management methods.
|
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.core.resources |
Contains classes related to internationalization and localization.
|
com.vektorsoft.demux.core.resources.impl |
Contains default implementations of interfaces for managing resources.
|
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,
DMXExtensionCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
DMXAndroidResourceHandler.loadCallbackResources(DMXExtensionCallback callback)
Loads resource bundles defined for callback.
|
void |
DMXAndroidResourceManager.registerCallbackResources(DMXExtensionCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
DMXAbstractCallback
Abstract implementation of
DMXExtensionCallback . |
Modifier and Type | Field and Description |
---|---|
protected List<DMXExtensionCallback> |
DefaultExtensionConfig.callbacks
List of extension callbacks.
|
Modifier and Type | Method and Description |
---|---|
protected DMXExtensionCallback[] |
DefaultExtensionConfig.getCustomCallbacks()
Returns an array of extension callbacks defined in subclass.
|
DMXExtensionCallback |
DMXExtendable.getExtensionCallback()
Returns the callback object set for this extendable.
|
Modifier and Type | Method and Description |
---|---|
List<DMXExtensionCallback> |
DefaultExtensionConfig.getExtensionCallbacks() |
List<DMXExtensionCallback> |
DMXExtensionConfig.getExtensionCallbacks()
Returns a list of extension callbacks in current bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXExtensionManager.registerCallback(DMXExtensionCallback callback)
Registers a callback interface.
|
void |
DMXExtendable.setExtensionCallback(DMXExtensionCallback callback)
Set extension callback for this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXExtensionManagerImpl.registerCallback(DMXExtensionCallback callback)
Registers extension callback interface.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractViewManager.handleExtensionData(DMXExtensionCallback callback)
Registers model data from view extension callback so it can be handled in
consistent fashion with the rest of the view data.
|
void |
DMXDefaultAdapter.registerExtensionCallback(DMXExtensionCallback callback) |
void |
DMXAdapter.registerExtensionCallback(DMXExtensionCallback callback)
Registers extension callback for controller or view.
|
void |
DMXViewManager.setViewExtensionCallback(String viewId,
DMXExtensionCallback callback)
Sets extension callback of view with specified ID.
|
Modifier and Type | Field and Description |
---|---|
protected DMXExtensionCallback |
ControllerInvocationHandler.callback
Extension callback used by this class.
|
protected DMXExtensionCallback |
ViewInvocationHandler.callback
Extension callback used by this class.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXResourceManager.registerCallbackResources(DMXExtensionCallback callback)
Registers resources specified in extension callback.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultResourceHandler.loadCallbackBundles(DMXExtensionCallback callback)
Loads resource bundles registered by callback.
|
void |
DefaultResourceManager.registerCallbackResources(DMXExtensionCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
JFXViewManager.setViewExtensionCallback(String viewId,
DMXExtensionCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
DMXAdapterJSF.registerExtensionCallback(DMXExtensionCallback callback) |
void |
JSFViewManager.setViewExtensionCallback(String viewId,
DMXExtensionCallback callback) |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.