Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java58 private ScrollPanel scrollPanel = new ScrollPanel(dataTable); field in Spreadsheet
184 scrollPanel.setStyleName("spreadsheet-scroller"); in Spreadsheet()
185 scrollPanel.setAlwaysShowScrollBars(true); in Spreadsheet()
186 scrollPanel.addScrollHandler(this); in Spreadsheet()
192 parentTable.setWidget(1, 1, scrollPanel); in Spreadsheet()
430 scrollPanel.setSize(getSizePxString(newWidthPx + SCROLLBAR_FUDGE), in fillWindow()
495 int scrollLeft = scrollPanel.getHorizontalScrollPosition(); in onScroll()
496 int scrollTop = scrollPanel.getScrollPosition(); in onScroll()