HomeSort by relevance Sort by last modified time
    Searched refs:htmlPanel (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/client/src/autotest/common/ui/
TabView.java 13 import com.google.gwt.user.client.ui.HTMLPanel;
28 private HTMLPanel htmlPanel;
35 return htmlPanel;
40 htmlPanel = Utils.divToPanel(getElementId());
44 htmlPanel.add(widget, subElementId);
48 return htmlPanel.getElementById(subElementId);
  /external/autotest/frontend/client/src/autotest/tko/
CommonPanel.java 17 import com.google.gwt.user.client.ui.HTMLPanel;
48 private HTMLPanel htmlPanel;
73 htmlPanel = Utils.divToPanel("common_panel");
74 initWidget(htmlPanel);
95 htmlPanel.add(commonFilterPanel, "common_filters");
96 htmlPanel.add(quickReferenceLink, "common_quick_reference");
97 htmlPanel.add(showHideControlsLink, "common_show_hide_controls");

Completed in 66 milliseconds