Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/ui/
DTableActionsPanel.java29 private TableSelectionPanel selectionPanel; field in TableActionsPanel
33 selectionPanel = new TableSelectionPanel(wantSelectVisible); in TableActionsPanel()
40 mainPanel.add(selectionPanel); in TableActionsPanel()
60 selectionPanel.setListener(listener); in setSelectionListener()
/external/autotest/frontend/client/src/autotest/common/table/
DTableDecorator.java81 TableSelectionPanel selectionPanel = new TableSelectionPanel(wantSelectVisible); in addSelectionPanel() local
82 selectionPanel.setListener(selectionManager); in addSelectionPanel()
84 setRow(LayoutRows.TOP_ACTIONS, selectionPanel); in addSelectionPanel()
86 setRow(LayoutRows.BOTTOM_ACTIONS, selectionPanel); in addSelectionPanel()