Using View-Level Operations in Action Bindings: Setting the Current Row
The built-in operations fall into three categories. They are:
Operations that affect the current row
Operations that refresh the data collection
All other operations
setCurrentRowWithKey: Tries to find a row by using the serialized string representation of the row key passed as a parameter. If the row is found, it becomes the current row.
setCurrentRowWithKeyValue: Tries to find a row by using the primary key attribute value passed as a parameter. If the row is found, it becomes the current row.