Setup Method for Components

The Setup method that Siebel Open UI uses with components does the basic setup for the component instance, and then prepares the presentation model that this component instance references. It calls the Setup method that resides in this presentation model. It uses the following syntax:

Setup(property_set)
where:
  • property_set identifies a property set that Siebel Open UI passes to the presentation model that the component references.

    The Component Manager calls the Setup method. It is recommended that you do not configure Siebel Open UI to directly call the setup method on any component object.

    For more information about the Setup method that Siebel Open UI uses with presentation models, see Setup Method for Presentation Models.