Uses of Class
com.vaadin.addon.spreadsheet.client.SheetWidget
Packages that use SheetWidget
-
Uses of SheetWidget in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return SheetWidgetMethods in com.vaadin.addon.spreadsheet.client with parameters of type SheetWidgetModifier and TypeMethodDescriptionvoidPopupButtonHeader.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 SheetWidgetModifierConstructorDescriptionCell(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)