Searched refs:scrollPanel (Results 1 – 1 of 1) sorted by relevance
58 private ScrollPanel scrollPanel = new ScrollPanel(dataTable); field in Spreadsheet184 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()