unbindComponent() - these methods unbind components.
unbindComponent
unbindComponent(String componentId) - unbind
component.
Parameters
- scope
- A string representing the scope.
- regionId
- A string representing the region id.
- sourceId
- A string representing the source id.
Returns
void
unbindComponent
unbindComponent(String scope,
String regionId, String sourceId) - unbind component.
Parameters
- scope
- A string representing the scope.
- regionId
- A string representing the region id.
- sourceId
- A string representing the source id.
Returns
void