Attach event handler <code>fnFunction</code> to the 'itemChanged' event of this <code>sap.apb.SuperList</code>.
. When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener<code> if specified otherwise to this <code>sap.apb.SuperList</code>.
itself. This event is triggered when the value of (input, select, checkbox) contol is changed. The args consists of row, column & value.
attachItemChanged( [oData], fnFunction, [oListener] ) → {sap.apb.SuperList}
Name | Type | Argument | Default | Description |
oData | object | (optional) | An application specific payload object, that will be passed to the event handler along with the event object when firing the event. | |
fnFunction | function | The function to call, when the event occurs. | ||
oListener | object | (optional) | this | Context object to call the event handler with.Defaults to this <code>sap.apb.SuperList</code>.itself. |