24 module
A module is a partial dialog within a comprehensive dialog. It is an independent unit and can be compared with the object dialog. It constitutes the brackets for all objects contained because these objects can be saved in a file. The module functionality represented by resources, rules, defaults, models or instances can be defined in a module.
Definition
module { <Identifier> } { <standard attributes> <hierarchy attributes> }
Such a part of a dialog can for example be used as a library
- for standard resources which are to be implemented in a company (realization of company-specific style guides)
- for models which go beyond the dialog or the project
- for functionality which is needed again and again (e.g. search, calling a database…)
See also
For further information please read about the object import or refer to chapter “Modularization” in manual “Programming Techniques”.
Events
Children
Parents
Menu
none
24.1 Attributes
Attribute |
RLD |
PID |
Properties |
Short Description |
---|---|---|---|---|
object |
object |
S,G/-/C |
accesses the I-th child object |
|
integer |
integer |
-,G/-/- |
queries the number of child objects |
|
class |
class |
-,G/-/- |
class / id of object |
|
object |
document |
S,G/-/- |
accesses the I-th XML Document |
|
boolean |
boolean |
-,G/-/- |
returns if the object class is an USW class |
|
class |
class |
-,G/-/- |
returns the I-th registered USW class |
|
object |
object |
S,G/-/C |
accesses the first child object |
|
object |
record |
S,G/-/C |
accesses the first record of an object |
|
integer |
integer |
-,G/-/- |
current index of object in the child list of its parent |
|
string |
string |
S,G/D/C |
name / identifier of object |
|
object |
object |
S,G/-/C |
accesses the last child object |
|
object |
record |
S,G/-/C |
accesses the last record of an object |
|
object |
record |
S,G/-/C |
accesses the I-th record of an object |
|
integer |
integer |
-,G/-/- |
queries the number of child records |