| Modifier and Type | Class and Description |
|---|---|
class |
Activity |
class |
Component |
class |
Controller |
class |
EnumMappingGenerator |
class |
Event |
class |
I18NConfig |
class |
Module |
class |
Place |
class |
Presenter |
class |
PropertyAccess |
class |
PropertyAccessGenerator |
class |
RunContextItem |
class |
SubPlace |
class |
View
The View class extends the basic View definition to provide a variety of consistency checking
and the creation of various information required to format the View interface.
|
class |
WebApplication |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<org.dmd.dmc.types.CamelCaseName,MvwDefinition> |
Event.getFiredBy() |
TreeMap<org.dmd.dmc.types.CamelCaseName,MvwDefinition> |
Event.getHandledBy() |
TreeMap<org.dmd.dmc.types.CamelCaseName,MvwDefinition> |
Event.getLocallyFired() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.firedBy(MvwDefinition d) |
void |
Event.handledBy(MvwDefinition d) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumMapping |
class |
FieldEditorDefinition |
class |
FormBindingDefinition |
class |
FormImplementationConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBinding |
class |
Menu |
class |
MenuBar |
class |
MenuImplementationConfig |
class |
MenuItem |
class |
Separator |
class |
SubMenu |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBindingDMW
The ActionBinding class allows for the definition of an intermediate
component that binds\n behavioural triggers e.g.
|
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 |
ComponentDMW
The Component is an abstract base for classes that define the building
blocks\n of Applications.
|
class |
ControllerDMW
The Controller represents a behavioural component that lives throughout\n
the entire lifecycle of an WebApplication or WebSite.
|
class |
EnumMappingDMW
The EnumMapping class allows for generation of a set of static data
instances\n that represent the values from the specified enumeration
(type).
|
class |
EnumMappingGeneratorDMW
The EnumMappingGenerator definition allows for the specification of code\n
generation extension that generates enum mapping code for a particular
widget set.
|
class |
EventDMW
The specification of an Event definition will result in the creation of\n
a gwtEvent and its associated handler interface.
|
class |
FieldEditorDefinitionDMW
The FieldEditor class allows for the definition of implementation specific
field\n editors.
|
class |
FormBindingDefinitionDMW
The FormBinding class allows for the definition of bindings between DMO
attributes\n and the editors that will be used to display and edit their
values.
|
class |
FormImplementationConfigDMW
The
|
class |
I18NConfigDMW
The I18NConfig is a specialized RunContextItem that indicates an
interface\n class used to access internationalized constants or messages.
|
class |
MenuBarDMW
The MenuImplementationConfig is used to define the various classes that
will
|
class |
MenuDMW
The Menu is a common base for all definitions associated with\n the
definition of menus of different types e.g.
|
class |
MenuElementDefinitionDMW
The MenuElementDefinition is common base for all definitions associated
with\n the definition of menu elements.
|
class |
MenuImplementationConfigDMW
The MenuImplementationConfig is used to define the various classes that
will \n be used to implement an actual menu structure based the MVW menu
definitions.\n \n The class specified by useClass must be derived
from org.dmd.mvw.client.mvwmenus.base.MvwMenuFactory\n and have a zero arg
constructor.
|
class |
MenuItemDMW
The MenuItem is used to define triggerable menu items.
|
class |
ModuleDMW
The Module is used to define a reusable set of MVW functionality which\n
can be referred to in Application definitions or other Module definitions.
|
class |
PlaceDMW
Generated from the mvw schema at version 0.1
|
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.
|
class |
PropertyAccessDMW
The PropertyAccess class allows for the specification of a set of
classes\n for which you'd like to invoke the specified property access
generator that creates\n property access mechanisms.
|
class |
PropertyAccessGeneratorDMW
The PropertyAccessGenerator allows for the specification of the code\n
generation extension that generates property access code mechanisms for a
particular\n widget set.
|
class |
RunContextItemDMW
The RunContextItem allows for the generation of an overall RunContext
for\n a WebApplication or WebSite.
|
class |
SeparatorDMW
The Separator is used to define menu separators.
|
class |
SubMenuDMW
The SubMenu is used to define a submenu that is included as part of a Menu.
|
class |
SubPlaceDMW
Generated from the mvw schema at version 0.1
|
class |
ViewDMW
The View is used to define the aspects of two kinds of interfaces that\n
define the functionality provided by a view of a model; the event
interface and the \n data interface.
|
class |
WebApplicationDMW
The WebApplication definition allows for the definition of the
superstructure\n for an application, basically it's the definition of the
overall application controller.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MvwDefinition |
MvwDefinitionDMW.getModificationRecorder() |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<org.dmd.dmc.types.CamelCaseName,MvwDefinition> |
MvwDefinitionManager.getAllDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
MvwDefinitionManager.addDefinition(MvwDefinition def)
Adds the specified definition to our set of definitions.
|
Copyright © 2019. All rights reserved.