Component Properties
From Documentation
With component definitions, we could specify the initial values for the properties, attributes and annotations of a component.
Properties
Depending on the requirement, you could change the initial value of a property for a particular ZUML document, or for the whole application.
Page-wide Initialization
Suppose we want to assign normal to the border property (Window.setBorder(String)) of all windows in a ZUML document, then we could use the component directive as follows.
<?component name="window" extends="window" border="normal"?>
<window title="Border"/>
Application-wid Initialization
Molds
Attributes
Depending on the requirement, you could change the initial value of an attribute for a particular ZUML document, or for the whole application.
Page-wide Initialization
Application-wid Initialization
Version History
Version | Date | Content |
---|---|---|