Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/ui/
DCustomTabPanel.java32 protected TabPanel tabPanel = new TabPanel(); field in CustomTabPanel
48 top.add(tabPanel.getTabBar()); in CustomTabPanel()
49 top.setCellHeight(tabPanel.getTabBar(), "100%"); in CustomTabPanel()
50 tabPanel.getTabBar().setHeight("100%"); in CustomTabPanel()
60 DeckPanel tabDeck = tabPanel.getDeckPanel(); in CustomTabPanel()
64 tabPanel.addBeforeSelectionHandler(this); in CustomTabPanel()
65 tabPanel.addSelectionHandler(this); in CustomTabPanel()
94 tabPanel.selectTab(0); in initialize()
100 tabPanel.add(tabView.getWidget(), tabView.getTitle()); in addTabView()
108 int selectedTab = tabPanel.getTabBar().getSelectedTab(); in getSelectedTabView()
[all …]
/external/autotest/frontend/client/src/autotest/afe/
DHostSelectorDisplay.java31 private TabPanel tabPanel = new TabPanel(); field in HostSelectorDisplay
41 tabPanel.add(availableTablePanel, "By browsing hosts"); in HostSelectorDisplay()
54 tabPanel.add(hostnamePanel, "By specifying hostnames"); in HostSelectorDisplay()
69 tabPanel.add(labelPanel, "By specifying host labels"); in HostSelectorDisplay()
71 tabPanel.selectTab(0); in HostSelectorDisplay()
81 outerPanel.add(tabPanel); in HostSelectorDisplay()