| Constructor and Description |
|---|
MvwDefinition(MvwDefinitionDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBindingDMO
The ActionBinding class allows for the definition of an intermediate
component that binds\n behavioural triggers e.g.
|
class |
ActivityDMO
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 |
ComponentDMO
The Component is an abstract base for classes that define the building
blocks\n of Applications.
|
class |
ControllerDMO
The Controller represents a behavioural component that lives throughout\n
the entire lifecycle of an WebApplication or WebSite.
|
class |
EnumMappingDMO
The EnumMapping class allows for generation of a set of static data
instances\n that represent the values from the specified enumeration
(type).
|
class |
EnumMappingGeneratorDMO
The EnumMappingGenerator definition allows for the specification of code\n
generation extension that generates enum mapping code for a particular
widget set.
|
class |
EventDMO
The specification of an Event definition will result in the creation of\n
a gwtEvent and its associated handler interface.
|
class |
FieldEditorDefinitionDMO
The FieldEditor class allows for the definition of implementation specific
field\n editors.
|
class |
FormBindingDefinitionDMO
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 |
FormImplementationConfigDMO
The
|
class |
I18NConfigDMO
The I18NConfig is a specialized RunContextItem that indicates an
interface\n class used to access internationalized constants or messages.
|
class |
MenuBarDMO
The MenuImplementationConfig is used to define the various classes that
will
|
class |
MenuDMO
The Menu is a common base for all definitions associated with\n the
definition of menus of different types e.g.
|
class |
MenuElementDefinitionDMO
The MenuElementDefinition is common base for all definitions associated
with\n the definition of menu elements.
|
class |
MenuImplementationConfigDMO
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 |
MenuItemDMO
The MenuItem is used to define triggerable menu items.
|
class |
ModuleDMO
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 |
PlaceDMO
Generated from the mvw schema at version 0.1
|
class |
PresenterDMO
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 |
PropertyAccessDMO
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 |
PropertyAccessGeneratorDMO
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 |
RunContextItemDMO
The RunContextItem allows for the generation of an overall RunContext
for\n a WebApplication or WebSite.
|
class |
SeparatorDMO
The Separator is used to define menu separators.
|
class |
SubMenuDMO
The SubMenu is used to define a submenu that is included as part of a Menu.
|
class |
SubPlaceDMO
Generated from the mvw schema at version 0.1
|
class |
ViewDMO
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 |
WebApplicationDMO
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 |
|---|---|
MvwDefinitionDMO |
MvwDefinitionDMW.getDMO() |
| Constructor and Description |
|---|
MvwDefinitionDMW(MvwDefinitionDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
MvwDefinitionREF.setObject(MvwDefinitionDMO o) |
| Constructor and Description |
|---|
MvwDefinitionREF(MvwDefinitionDMO o) |
Copyright © 2019. All rights reserved.