| Package | Description |
|---|---|
| org.dmd.mvw.tools.mvwgenerator.extended | |
| org.dmd.mvw.tools.mvwgenerator.generated.dmw | |
| org.dmd.mvw.tools.mvwgenerator.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Activity |
class |
Controller |
class |
Presenter |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.getModificationRecorder() |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityDMW
If you are making use of Places, you'll define an Activity for\n each of
them; all activities are derived from com.google.gwt.app.place.Activity.
|
class |
ControllerDMW
The Controller represents a behavioural component that lives throughout\n
the entire lifecycle of an WebApplication or WebSite.
|
class |
PresenterDMW
The Presenter is a behavioural component that manages one or more Views
and\n thus implements the Presenter interface of any View it manages.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ActionBindingDMW.getImplementedBy() |
abstract Component |
ComponentDMW.getModificationRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionBindingDMW.setImplementedBy(Component value)
Sets the implementedBy to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Component> |
MvwDefinitionManager.centralDmpErrorHandlingOK()
We check to see if any component uses any form of central DMP error
handling and if so, we ensure that we have a central DMP error handler defined.
|
ArrayList<Component> |
MvwDefinitionManager.centralRpcErrorHandlingOK()
We check to see if any component uses any form of central RPC error
handling and if so, we ensure that we have a central RPC error handler defined.
|
TreeMap<org.dmd.dmc.types.CamelCaseName,Component> |
MvwDefinitionManager.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionBindingFormatter.formatAction(String outdir,
ActionBinding action,
Component component) |
Copyright © 2019. All rights reserved.