|
Tour page 4: Messages and forms previous
| Messages are associated to components which hold data entries. A form is built out of input and output components arranged inside a panel, frame or any other container. To associate a message to a panel means, that all entries in that panel may be read by the method getMessage(...) and may be send to a form by putMessage(...). |
 |
|
|
 |
The messages MS_Address is associated to the panel PA_Address. The method getMessage gives back all entries in a XML-format.
|
|
|
|
Messages
|
|
A message has associated elements. If an element is a panel all components are associated to the message. |
|
|
|
|
|
|
|
getMessage and putMessage |
|
With the method getMessage all information of the components of the panel are stored in a XML-string.
To fill a panel with data, use putMessage. |
|
|
|
|
|
|
|