OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addSelectionManager
(Results
1 - 7
of
7
) sorted by null
/external/autotest/frontend/client/src/autotest/afe/
HostListView.java
49
selectionManager = hostTableDecorator.
addSelectionManager
(false);
JobListView.java
173
selectionManager = tableDecorator.
addSelectionManager
(false);
JobDetailView.java
276
childJobsSelectionManager = childJobsTableDecorator.
addSelectionManager
(false);
295
hostsSelectionManager = hostsTableDecorator.
addSelectionManager
(false);
HostSelector.java
96
availableSelection = availableDecorator.
addSelectionManager
(false);
HostDetailView.java
355
selectionManager = tableDecorator.
addSelectionManager
(false);
/external/autotest/frontend/client/src/autotest/common/table/
TableDecorator.java
72
public SelectionManager
addSelectionManager
(boolean selectOnlyOne) {
/external/autotest/frontend/client/src/autotest/tko/
TableView.java
205
selectionManager = tableDecorator.
addSelectionManager
(false);
Completed in 289 milliseconds