Documentation

Trace: Record iteration

(jvx:client:model:databook)

Record iteration

This is an old revision of the document!


for (IDataRow mRow : mdbMaster)
{
  for (IDataRow dRow : mdbDetail.getDataPage(mRow))
  {
    if (wanted)
    {
      mdbMaster.setSelectedRow(mRow.getRowIndex());
      mdbDetail.setSelectedRow(dRow.getRowIndex());
      // set any value
    }
  }
}
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information