Class ListViewCellTestIdContext

java.lang.Object
de.hybris.platform.cockpit.util.testing.impl.ListViewCellTestIdContext
All Implemented Interfaces:
TestIdContext

public class ListViewCellTestIdContext extends Object implements TestIdContext
A context holding information about a listview cell that can be used by a test id generator.
  • Constructor Details

    • ListViewCellTestIdContext

      public ListViewCellTestIdContext(TableModel tableModel, int column, int row)
  • Method Details

    • getTableModel

      public TableModel getTableModel()
      Return the listviews table model.
    • getRow

      public int getRow()
      Returns the cell row.
    • getColumn

      public int getColumn()
      Return the cell column.