Home
last modified time | relevance | path

Searched refs:DynamicTableSelectionManager (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTableSelectionManager.java14 public class DynamicTableSelectionManager extends SelectionManager { class
38 public DynamicTableSelectionManager(DynamicTable table, boolean selectOnlyOne) { in DynamicTableSelectionManager() method in DynamicTableSelectionManager
DTableDecorator.java73 selectionManager = new DynamicTableSelectionManager(dataTable, selectOnlyOne); in addSelectionManager()