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.java34 protected TabPanel tabPanel = new TabPanel(); field in CustomTabPanel
57 top.add(tabPanel.getTabBar()); in CustomTabPanel()
58 top.setCellHeight(tabPanel.getTabBar(), "100%"); in CustomTabPanel()
59 tabPanel.getTabBar().setHeight("100%"); in CustomTabPanel()
69 DeckPanel tabDeck = tabPanel.getDeckPanel(); in CustomTabPanel()
73 tabPanel.addBeforeSelectionHandler(this); in CustomTabPanel()
74 tabPanel.addSelectionHandler(this); in CustomTabPanel()
99 tabPanel.getTabBar().getSelectedTab()); in CustomTabPanel()
126 tabPanel.selectTab(0); in initialize()
138 tabPanel.add(tabView.getWidget(), tabView.getTitle()); in addTabView()
[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()