Searched refs:htmlPanel (Results 1 – 2 of 2) sorted by relevance
28 private HTMLPanel htmlPanel; field in TabView35 return htmlPanel; in getWidget()40 htmlPanel = Utils.divToPanel(getElementId()); in attachToDocument()44 htmlPanel.add(widget, subElementId); in addWidget()48 return htmlPanel.getElementById(subElementId); in getElementById()
48 private HTMLPanel htmlPanel; field in CommonPanel73 htmlPanel = Utils.divToPanel("common_panel"); in CommonPanel()74 initWidget(htmlPanel); in CommonPanel()95 htmlPanel.add(commonFilterPanel, "common_filters"); in initialize()96 htmlPanel.add(quickReferenceLink, "common_quick_reference"); in initialize()97 htmlPanel.add(showHideControlsLink, "common_show_hide_controls"); in initialize()