Propagating a Parameter

You can propagate a parameter, that is, you can automatically create a new parameter and a corresponding binding in the surrounding class that conveniently enables using the parameter on a higher level.

Note: For information on how to propagate replaceable classes, please see Propagating a Replaceable Class.


Before you begin:
  1. From the Component Browser or from the diagram, select the relevant component.
  2. Select Edit Component Parameters from the Balloon contextual toolbar or from the contextual menu.
Related Topics
Editing Component Parameters
  1. Right-click the parameter input field of the parameter you want to propagate.

    A contextual menu appears.

  2. Select Propagate Parameter.

    A Parameter and Variable Declaration dialog box is displayed.

  3. Make appropriate changes in this dialog box. For further information about options here, please see Editing Properties for Parameters.

    Note: If you just want to propagate the parameter, you do not have to change anything.

  4. Click OK.

The parameter is now propagated to the surrounding class. A binding annotation is created automatically.