Uses of Class
com.vaadin.addon.spreadsheet.client.SheetWidget
-
Packages that use SheetWidget Package Description com.vaadin.addon.spreadsheet.client -
-
Uses of SheetWidget in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return SheetWidget Modifier and Type Method Description SheetWidgetSpreadsheetWidget. getSheetWidget()Methods in com.vaadin.addon.spreadsheet.client with parameters of type SheetWidget Modifier and Type Method Description voidPopupButtonHeader. setSheet(SheetWidget sheetWidget)voidPopupButtonWidget. setSheetWidget(SheetWidget owner, com.google.gwt.dom.client.DivElement sheet)voidSheetEventListener. setSheetWidget(SheetWidget sheetWidget)voidSheetInputEventListener. setSheetWidget(SheetWidget sheetWidget, FormulaBarWidget formulaBarWidget)Constructors in com.vaadin.addon.spreadsheet.client with parameters of type SheetWidget Constructor Description Cell(SheetWidget sheetWidget, int col, int row)Cell(SheetWidget sheetWidget, int col, int row, CellData cellData)CellComment(SheetWidget owner, com.google.gwt.dom.client.Element paneElement)CopyPasteHandlerImpl(SheetWidget sheetWidget)CopyPasteTextBox(SheetWidget widget, CopyPasteTextBox.CopyPasteHandler handler)FormulaBarWidget(FormulaBarHandler selectionManager, SheetWidget widget)MergedCell(SheetWidget sheetWidget, int col, int row)PasteAwareTextBox(SheetWidget widget)SelectionHandler(SpreadsheetWidget spreadsheet, SheetWidget widget)SelectionWidget(SheetHandler actionHandler, SheetWidget sheetWidget)
-