Home
last modified time | relevance | path

Searched refs:TableSelectionPanel (Results 1 – 5 of 5) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/ui/
DTableActionsPanel.java4 import autotest.common.ui.TableSelectionPanel.SelectionPanelListener;
29 private TableSelectionPanel selectionPanel;
33 selectionPanel = new TableSelectionPanel(wantSelectVisible); in TableActionsPanel()
DTableSelectionPanel.java11 public class TableSelectionPanel extends Composite implements ClickHandler { class
22 public TableSelectionPanel(boolean wantSelectVisible) { in TableSelectionPanel() method in TableSelectionPanel
/external/autotest/frontend/client/src/autotest/common/table/
DTableDecorator.java6 import autotest.common.ui.TableSelectionPanel;
81 TableSelectionPanel selectionPanel = new TableSelectionPanel(wantSelectVisible); in addSelectionPanel()
DSelectionManager.java6 import autotest.common.ui.TableSelectionPanel.SelectionPanelListener;
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetView.java15 import autotest.common.ui.TableSelectionPanel.SelectionPanelListener;