Package | Description |
---|---|
com.vektorsoft.demux.core.common |
Contains definitions of common controllers which can be used across
platforms.
|
com.vektorsoft.demux.core.extension |
Contains classes and interface related to extensions management.
|
com.vektorsoft.demux.core.http.ctrl | |
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.core.task |
Provides class definitions for handling multitasking.
|
com.vektorsoft.demux.desktop.jfx.view |
Contains classes needed to implement views for JavaFX platform.
|
com.vektorsoft.demux.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewActivationController.execute(DMXLocalModel model,
Object... params)
Sets the ID of the view to be activated.
|
void |
PropertBindingController.execute(DMXLocalModel model,
Object... params) |
Modifier and Type | Method and Description |
---|---|
void |
DMXViewCallback.setLocalData(DMXLocalModel data)
Set model data local to the extended view.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXRemoteInvocationController.execute(DMXLocalModel model,
Object... params) |
Modifier and Type | Method and Description |
---|---|
static DMXLocalModel |
DMXLocalModel.instance() |
DMXLocalModel |
DMXLocalModel.set(Map<String,Object> data)
Set data map to this local model.
|
DMXLocalModel |
DMXLocalModel.set(String id,
Object value)
Adds data to the local model.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXController.execute(DMXLocalModel model,
Object... params)
Execute action associated with this controller.
|
void |
DMXView.updateFromModel(DMXLocalModel data)
Updates view variables from model data.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXBasicTask.setLocalModel(DMXLocalModel model) |
void |
DMXTask.setLocalModel(DMXLocalModel model)
Sets local model data for controller execution.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXRootView.updateFromModel(DMXLocalModel data) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJSFView.updateFromModel(DMXLocalModel data)
This implementation does nothing, since JSF runtime takes care of view rendering.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.