Searched refs:SelectionManager (Results 1 – 10 of 10) sorted by relevance
28 private SelectionManager selectionManager;72 public SelectionManager addSelectionManager(boolean selectOnlyOne) { in addSelectionManager()
27 public class SelectionManager implements TableWidgetFactory, TableWidgetClickListener, class44 public SelectionManager(DataTable table, boolean selectOnlyOne) { in SelectionManager() method in SelectionManager
14 public class DynamicTableSelectionManager extends SelectionManager {
10 import autotest.common.table.SelectionManager;11 import autotest.common.table.SelectionManager.SelectionListener;61 public static class SelectionManagerImpl extends SelectionManager
6 import autotest.common.table.SelectionManager;40 protected SelectionManager selectionManager;
8 import autotest.common.table.SelectionManager;9 import autotest.common.table.SelectionManager.SelectionListener;78 private SelectionManager availableSelection;
9 import autotest.common.table.SelectionManager;60 private SelectionManager selectionManager;
13 import autotest.common.table.SelectionManager;101 private SelectionManager hostsSelectionManager;102 private SelectionManager childJobsSelectionManager;
17 import autotest.common.table.SelectionManager;158 private SelectionManager selectionManager;
9 import autotest.common.table.SelectionManager;101 private SelectionManager selectionManager;210 selectionManager = new SelectionManager(table, false); in createTable()