bindComponent() - these methods bind components.
bindComponent
bindComponent(String componentId, String scope, String regionId,
String sourceId) - bind component.
Parameters
- componentId
- A string representing the component id.
- scope
- A string representing the scope.
- regionId
- A string representing the region id.
- sourceId
- A string representing the source id.
Returns
void
bindComponent
bindComponent(ScriptModelObject componentObject, String scope,
String regionId, String sourceId) - bind component.
Parameters
- componentObject
- A string representing the component object.
- scope
- A string representing the scope.
- regionId
- A string representing the region id.
- sourceId
- A string representing the source id.
Returns
void