pp108 : rebindAllViews()

rebindAllViews()


This method refreshes all the views of the model with the data from the business object that is passed as a parameter. If no parameter is passed, then the business object of the activeTuple in the model is taken and the control is refreshed.

Syntax

Script ModelID.rebindAllViews(oBusinessObject)


Parameters

Parameter Description
oBusinessObject This is an optional parameter. Object that denotes the business object with whose data the views should be refreshed. If the parameter is not found, then the views will be refreshed with the data from activeTuple of model.


Remarks


This method will be used to refresh only data-bound views.

Applies to


Model

Related reference

rebind()