See: Description
Annotation Type | Description |
---|---|
DMXControllerDeclaration |
Indicates that annotated type represents a controller in MVC pattern.
|
DMXControllerDeclaration.Exec |
Indicates that annotated method is execution method for a controller.
|
DMXDialogResult |
This is method-level annotation which indicates that annotated method should return a value
which represents result of user interaction with dialog.
|
DMXModelData |
Field-level annotation which indicates that annotated field is to be registered with the model as
model variable.
|
DMXViewDeclaration |
Indicates that annotated type represents view in MVC pattern.
|
DMXViewDeclaration.Activation |
Marks annotated method as being responsible for activating or deactivating
child views.
|
DMXViewDeclaration.AddChildView |
Indicates that annotated method is used to add child view to this view.
|
DMXViewDeclaration.ConstructUI |
Indicates that annotated method is invoked to construct UI.
|
DMXViewDeclaration.PlacementConstraint |
Indicates that annotated element represents placement constraint for adding this
view to it's parent view.
|
DMXViewDeclaration.Render |
Indicates that annotated method is used to render the view.
|
DMXViewDeclaration.ViewUI |
Indicates that annotated field or method represent UI object for this view.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.