Package | Description |
---|---|
com.vektorsoft.demux.core.common |
Contains definitions of common controllers which can be used across
platforms.
|
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.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertBindingController
Controller used to bind properties of GUI components to model values.
|
class |
ViewActivationController
Controller for selecting view to be activated or deactivated by a view manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DMXAbstractController
Abstract implementation of
DMXController . |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DMXController> |
DMXDefaultAdapter.controllerMap
Map of all registered controllers.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
DMXDefaultAdapter.getControllerData(DMXController controller)
Extracts data from controller that should be register with the dataModel.
|
void |
DMXDefaultAdapter.registerController(DMXController controller) |
void |
DMXAdapter.registerController(DMXController controller)
Registers specified controller to be used by the Adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXBasicTask.setController(DMXController controller)
Set controller which will be executed as task action.
|
void |
DMXTask.setController(DMXController controller)
Set controller which will perform actual task.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXAdapterJSF.registerController(DMXController controller) |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.