<CUSTOM name=name>
where name identifies the component programmatically.
The custom tag can be expanded with the following elements:
<CUSTOM name=name> <LOCATION>location</LOCATION> <SIZE>size</SIZE> <MANAGERCLASS>class_name</MANAGERCLASS> </CUSTOM> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<LOCATION> | location | Expresses the
x- and y-coordinates of the panel's location from the top left corner in logical
units. This tag is required. |
<SIZE> | size | Expresses the width
and height, respectively, of the component in logical units. This tag is required. |
<MANAGERCLASS> | class_name | Serves as the
class name of the manager class which will manage the component on behalf
of the AS/400 user interface framework, using the ComponentManager interface. This tag is required. |