OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectedbox
(Results
1 - 1
of
1
) sorted by null
/external/autotest/frontend/client/src/autotest/common/ui/
DoubleListSelector.java
23
private ExtendedListBox
selectedBox
= new ExtendedListBox();
30
private HandlerManager selectedListHandlerManager = new HandlerManager(
selectedBox
);
34
selectedBox
.setVisibleItemCount(VISIBLE_ITEMS);
48
container.add(
selectedBox
);
85
return
selectedBox
;
102
} else if (
selectedBox
.getElement().isOrHasChild(targetElement)) {
Completed in 76 milliseconds