Uses of Interface
io.keikai.model.SSheet
Packages that use SSheet
Package
Description
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
The exporter that convert Keikai Spreadsheet to PDF.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Defines UI Component class of Keikai Spreadsheet
Events of Keikai Spreadsheet UI Component.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
Classes that doing system control on Keikai Spreadsheet UI Components.
Classes used to implement extended Keikai Spreadsheet UI Component(implementation only).
-
Uses of SSheet in io.keikai.api.model
Methods in io.keikai.api.model that return SSheetModifier and TypeMethodDescriptionSheet.getInternalSheet()get the internal model object to do advanced operation
Note : operate on internal object will not automatically update Spreadsheet -
Uses of SSheet in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SSheetMethods in io.keikai.api.model.impl that return types with arguments of type SSheetMethods in io.keikai.api.model.impl with parameters of type SSheetModifier and TypeMethodDescriptionstatic SheetAnchorSheetImpl.toSheetAnchor(SSheet sheet, ViewAnchor anchor) Utility method, internal use onlystatic ViewAnchorSheetImpl.toViewAnchor(SSheet sheet, SheetAnchor anchor) Utility method, internal use onlyConstructor parameters in io.keikai.api.model.impl with type arguments of type SSheetModifierConstructorDescriptionPictureImpl(ModelRef<SSheet> sheetRef, ModelRef<SPicture> picRef) SheetProtectionImpl(ModelRef<SSheet> sheetRef, ModelRef<SSheetProtection> sspRef) -
Uses of SSheet in io.keikai.model
Methods in io.keikai.model that return SSheetModifier and TypeMethodDescriptionSBook.createSheet(String name) Create a sheetSBook.createSheet(String name, SSheet src) Create a sheet and copy the content from the specified src sheet; note the owner book of the specified src sheet can be different from this book.SBook.createSheet(String name, SSheet src, boolean valueOnly) Create a sheet and copy the content from the specified src sheet; note the owner book of the specified src sheet can be different from this book.ModelEvent.getSheet()SBook.getSheet(int idx) Get sheet at the indexSCell.getSheet()SChart.getSheet()SColumn.getSheet()SColumnArray.getSheet()SConditionalFormatting.getSheet()The sheet on which this conditional formatting coveredSConditionalFormattingRule.getSheet()SDataValidation.getSheet()SheetRegion.getSheet()SPicture.getSheet()SRow.getSheet()SBook.getSheetById(String id) Get the sheet by idSBook.getSheetByName(String name) Get the sheet by nameMethods in io.keikai.model that return types with arguments of type SSheetMethods in io.keikai.model with parameters of type SSheetModifier and TypeMethodDescriptionstatic ModelEventModelEvents.createModelEvent(String name, SBook book, SSheet sheet, Map data) static ModelEventModelEvents.createModelEvent(String name, SSheet sheet) static ModelEventModelEvents.createModelEvent(String name, SSheet sheet, CellRegion region) static ModelEventModelEvents.createModelEvent(String name, SSheet sheet, CellRegion region, Map data) static ModelEventModelEvents.createModelEvent(String name, SSheet sheet, Map data) SBook.createSheet(String name, SSheet src) Create a sheet and copy the content from the specified src sheet; note the owner book of the specified src sheet can be different from this book.SBook.createSheet(String name, SSheet src, boolean valueOnly) Create a sheet and copy the content from the specified src sheet; note the owner book of the specified src sheet can be different from this book.voidSBook.deleteSheet(SSheet sheet) Delete the sheetViewAnchor.getRightBottomAnchor(SSheet sheet) intSBook.getSheetIndex(SSheet sheet) Get the index of sheetvoidSBook.moveSheetTo(SSheet sheet, int index) Move the sheet to new positionvoidSBook.setSheetName(SSheet sheet, String newname) Set the sheet to a new nameConstructors in io.keikai.model with parameters of type SSheetModifierConstructorDescriptionPasteSheetRegion(SSheet sheet, int row, int column, int lastRow, int lastColumn, boolean wholeColumn, boolean wholeRow) SheetRegion(SSheet sheet, int row, int column) SheetRegion(SSheet sheet, int row, int column, int lastRow, int lastColumn) SheetRegion(SSheet sheet, CellRegion region) SheetRegion(SSheet sheet, String areaReference) -
Uses of SSheet in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SSheetMethods in io.keikai.model.impl that return SSheetModifier and TypeMethodDescriptionChartImpl.getSheet()ConditionalFormattingImpl.getSheet()ConditionalFormattingRuleImpl.getSheet()DataValidationImpl.getSheet()PictureImpl.getSheet()Constructors in io.keikai.model.impl with parameters of type SSheetModifierConstructorDescriptionConditionalFormattingImpl(SSheet sheet) PasteCellHelper(SSheet destSheet) -
Uses of SSheet in io.keikai.model.impl.pdf
Methods in io.keikai.model.impl.pdf with parameters of type SSheetModifier and TypeMethodDescriptionvoidPdfExporter.export(SSheet sheet, OutputStream outputStream) Deprecated.Exports a single sheet as PDF (restores the 6.3 sheet-level overload).voidRustPdfExporter.export(SSheet sheet, OutputStream fos) Exports a single sheet (restores the 6.3 sheet-level overload). -
Uses of SSheet in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return SSheetModifier and TypeMethodDescriptionFormulaClearContext.getSheet()FormulaEvaluationContext.getSheet()FormulaParseContext.getSheet()Constructors in io.keikai.model.sys.formula with parameters of type SSheetModifierConstructorDescriptionFormulaClearContext(SSheet sheet) FormulaEvaluationContext(SSheet sheet, SCell cell, Ref dependent, int[] offset, boolean externFormula) FormulaEvaluationContext(SSheet sheet, Ref dependent) FormulaEvaluationContext(SSheet sheet, Ref dependent, int[] offset) FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, FormulaType formulaType) FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, Locale locale, FormulaType formulaType) FormulaParseContext(SSheet sheet, Ref dependent) FormulaParseContext(SSheet sheet, Ref dependent, FormulaType formulaType) FormulaParseContext(SSheet sheet, String sheetName, Ref dependent) FormulaParseContext(SSheet sheet, String sheetName, Ref dependent, FormulaType formulaType) -
Uses of SSheet in io.keikai.range
Methods in io.keikai.range that return SSheetModifier and TypeMethodDescriptionSRange.cloneSheet(String name) Clone sheet as specified in this Range.SRange.cloneSheetFrom(String name, SSheet sheet) Clone from the specified source sheet to the owner book of this range.SRange.cloneSheetFrom(String name, SSheet sheet, boolean valueOnly) Clone from the specified source sheet to the owner book of this range.SRange.createSheet(String name) Create sheet of this book as specified in this Range.SRange.getSheet()Returns associateSSheetof this range.Methods in io.keikai.range with parameters of type SSheetModifier and TypeMethodDescriptionSRange.cloneSheetFrom(String name, SSheet sheet) Clone from the specified source sheet to the owner book of this range.SRange.cloneSheetFrom(String name, SSheet sheet, boolean valueOnly) Clone from the specified source sheet to the owner book of this range.Returns a list of the defined names belong toSSheetstatic SRangestatic SRangestatic SRangeReturns the associatedXRangeof the specifiedXNSheetand area.static SRangeSRanges.range(SSheet sheet, CellRegion region) static SRangestatic SRangeSRanges.rangeByName(SSheet sheet, String name) Returns the associatedSRangeof the specified name of a NamedRange (e.g. -
Uses of SSheet in io.keikai.range.impl
Fields in io.keikai.range.impl declared as SSheetMethods in io.keikai.range.impl that return SSheetModifier and TypeMethodDescriptionRangeImpl.cloneSheet(String name) RangeImpl.cloneSheetFrom(String name, SSheet sheet) RangeImpl.cloneSheetFrom(String name, SSheet sheet, boolean valueOnly) RangeImpl.createSheet(String name) AutoFilterUpdate.getSheet()InsertDeleteUpdate.getSheet()MergeUpdate.getSheet()RangeImpl.getSheet()Methods in io.keikai.range.impl with parameters of type SSheetModifier and TypeMethodDescriptionvoidModelUpdateCollector.addAutoFilterUpdate(SSheet sheet, STable table) voidModelUpdateCollector.addCellUpdate(SSheet sheet, int row, int column, int lastRow, int lastColumn, CellAttribute cellAttr) voidModelUpdateCollector.addInsertDeleteUpdate(SSheet sheet, boolean inserted, boolean isRow, int index, int lastIndex) voidModelUpdateCollector.addMergeChange(SSheet sheet, CellRegion original, CellRegion changeTo) static voidAdvancedFilterHelper.applyAdvancedFilter(SSheet sheet, CellRegion dataRange, CellRegion criteriaRange, CellRegion copyToRange, boolean unique, AdvancedFilterAction action) Applies the advanced filter to the given data range.static voidSubtotalHelper.applySubtotal(SSheet sheet, CellRegion range, int groupByCol, SubtotalFunction function, int[] totalCols, boolean replace, boolean pageBreak, boolean summaryBelowData) Applies subtotals to the specified range on the sheet.RangeImpl.cloneSheetFrom(String name, SSheet sheet) RangeImpl.cloneSheetFrom(String name, SSheet sheet, boolean valueOnly) InsertDeleteHelper.collectContainedTables(SSheet sheet, int row1, int col1, int row2, int col2) static voidInsertDeleteHelper.deleteTablesByNames(SSheet sheet, Set<String> toDelete) FindReplaceHelper.find(SSheet sheet, String searchText, FindOptions options, int startRow, int startCol) Finds the next cell matching the search text, starting after the given position.FindReplaceHelper.findAll(SSheet sheet, String searchText, FindOptions options) Finds all cells matching the search text in the given sheet.static booleanDataRegionHelper.isOneCell(SSheet sheet, CellRegion rng) voidNotifyChangeHelper.notifyChartChange(SSheet sheet, String chartId) voidNotifyChangeHelper.notifyCustomEvent(String customEventName, SSheet sheet, Object data) voidNotifyChangeHelper.notifyDataValidationChange(SSheet sheet, String validationId) voidNotifyChangeHelper.notifyDisplayGridlines(SSheet sheet, boolean show) voidNotifyChangeHelper.notifyNameNameChange(SSheet sheet, SName name, String oldName) voidNotifyChangeHelper.notifyProtectSheet(SSheet sheet, boolean protect) voidNotifyChangeHelper.notifyReleaseSelectedCache(SSheet sheet) voidNotifyChangeHelper.notifySheetAutoFilterChange(SSheet sheet, STable table) voidNotifyChangeHelper.notifySheetChartAdd(SSheet sheet, String id) voidNotifyChangeHelper.notifySheetChartDelete(SSheet sheet, String id) voidNotifyChangeHelper.notifySheetChartUpdate(SSheet sheet, String id) voidNotifyChangeHelper.notifySheetCreate(SSheet sheet) voidNotifyChangeHelper.notifySheetDelete(SBook book, SSheet deletedSheet, int deletedIndex) voidNotifyChangeHelper.notifySheetFreezeChange(SSheet sheet) voidNotifyChangeHelper.notifySheetGroupChange(SSheet sheet) voidNotifyChangeHelper.notifySheetNameChange(SSheet sheet, String oldName) voidNotifyChangeHelper.notifySheetPictureAdd(SSheet sheet, String id) voidNotifyChangeHelper.notifySheetPictureDelete(SSheet sheet, String id) voidNotifyChangeHelper.notifySheetPictureMove(SSheet sheet, String id) voidNotifyChangeHelper.notifySheetReorder(SSheet sheet, int oldIdx) voidNotifyChangeHelper.notifySheetSelect(SSheet sheet) voidNotifyChangeHelper.notifySheetVisibleChange(SSheet sheet) intFindReplaceHelper.replace(SSheet sheet, String searchText, String replacement, FindOptions options) Replaces all occurrences of the search text with the replacement in the given sheet.Constructors in io.keikai.range.impl with parameters of type SSheetModifierConstructorDescriptionAutoFilterUpdate(SSheet sheet, STable table) InsertDeleteUpdate(SSheet sheet, boolean inserted, boolean row, int index, int lastIndex) MergeUpdate(SSheet sheet, CellRegion origMerge, CellRegion merge) PasteRangeImpl(SSheet sheet, int tRow, int lCol, int bRow, int rCol, boolean wholeRow, boolean wholeColumn) RangeImpl(SSheet sheet, CellRegion region) -
Uses of SSheet in io.keikai.range.impl.autofill
Methods in io.keikai.range.impl.autofill with parameters of type SSheetModifier and TypeMethodDescriptionvoidAutoFillHelper.fill(SSheet sheet, CellRegion srcRegion, CellRegion dstRegion, SRange.FillType fillType) fill the sheet, from srcRef to dstRefvoidAutoFillHelper.fillDown(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillLeft(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillRight(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillUp(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) -
Uses of SSheet in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SSheet -
Uses of SSheet in io.keikai.ui
Methods in io.keikai.ui that return SSheetModifier and TypeMethodDescriptionSpreadsheet.getSelectedSSheet()Gets the selected sheet, the default selected sheet is first visible sheet.Methods in io.keikai.ui with parameters of type SSheetModifier and TypeMethodDescriptionvoidSpreadsheet.clearClientCache(SSheet sheet) Call this method to clear client side cache for a Sheet and fine tune data loading speed.Spreadsheet.getColumnPosition(SSheet sheet) Spreadsheet.getRowPosition(SSheet sheet) intSpreadsheet.getSheetMaxVisibleColumns(SSheet sheet) Returns the max visible columns of the specified sheetintSpreadsheet.getSheetMaxVisibleRows(SSheet sheet) Returns the max visible rows of the specified sheetvoidSpreadsheet.setAutofitColumnWidth(SSheet sheet, int column) AutoFit a single column width according to its data size.voidSpreadsheet.setAutofitColumnWidth(SSheet sheet, int fromColumn, int toColumn) AutoFit multiple columns width according to each one's data size from thefromColumn to thetoColumn .voidSpreadsheet.setSheetMaxVisibleColumns(SSheet sheet, int maxColumns) Sets the max visibles columns of the specified sheet.voidSpreadsheet.setSheetMaxVisibleRows(SSheet sheet, int maxRows) Sets the max visible rows of the specified sheet -
Uses of SSheet in io.keikai.ui.event
Methods in io.keikai.ui.event that return SSheetModifier and TypeMethodDescriptionHeaderMouseEvent.getSheet()get SheetHeaderUpdateEvent.getSheet()get SheetConstructors in io.keikai.ui.event with parameters of type SSheetModifierConstructorDescriptionHeaderMouseEvent(String name, org.zkoss.zk.ui.Component target, int x, int y, int keys, SSheet sheet, HeaderType type, int index, int clientx, int clienty) HeaderUpdateEvent(String name, org.zkoss.zk.ui.Component target, SSheet sheet, HeaderType type, HeaderAction acton, int index, int size, boolean hidden) -
Uses of SSheet in io.keikai.ui.impl
Methods in io.keikai.ui.impl that return types with arguments of type SSheetMethods in io.keikai.ui.impl with parameters of type SSheetModifier and TypeMethodDescriptionbooleanbooleanbooleanActiveRangeHelper.containsSheet(SSheet sheet) static StringCellFormatHelper.getCellHtmlText(SSheet sheet, int row, int column) Gets Cell text by given row and columnstatic StringCellFormatHelper.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) Gets Cell text by given row and columnSimpleCellDisplayLoader.getCellHtmlText(SSheet sheet, int row, int column) SimpleCellDisplayLoader.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) static StringCellFormatHelper.getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle) static StringCellFormatHelper.getRichCellHtmlText(SSheet sheet, int row, int column) Gets Cell text by given row and column, it handlingstatic StringCellFormatHelper.getRichCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) Gets Cell text by given row and column, it handlingstatic StringCellFormatHelper.getRichTextEditCellHtml(SSheet sheet, int row, int column) voidVoidWidgetHandler.onLoadOnDemand(SSheet sheet, int left, int top, int right, int bottom) ActiveRangeHelper.removeActiveRange(SSheet sheet) voidActiveRangeHelper.setActiveRange(SSheet sheet, int tRow, int lCol, int bRow, int rCol) voidActiveRangeHelper.setActiveRange(SSheet sheet, int tRow, int lCol, int bRow, int rCol, boolean clearFirst) voidVoidWidgetHandler.updateWidget(SSheet sheet, String widgetId) voidVoidWidgetHandler.updateWidgets(SSheet sheet, int left, int top, int right, int bottom) Constructors in io.keikai.ui.impl with parameters of type SSheetModifierConstructorDescriptionCellFormatHelper(SSheet sheet, int row, int col, MergeMatrixHelper mmhelper, SConditionalStyle cdStyle) -
Uses of SSheet in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo that return SSheetMethods in io.keikai.ui.impl.undo with parameters of type SSheetModifier and TypeMethodDescriptionstatic ReserveUtil.ReservedResultReserveUtil.reserve(SSheet sheet, int row, int column, int lastRow, int lastColumn, int reserveType) static CellRegion[]ReserveUtil.reserveMergeInfo(SSheet sheet, int row, int column, int lastRow, int lastColumn) reserve the merge information that in the given range.Constructors in io.keikai.ui.impl.undo with parameters of type SSheetModifierConstructorDescriptionReservedResult(SSheet sheet, int row, int column, int lastRow, int lastColumn, int reserveType) -
Uses of SSheet in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type SSheetModifier and TypeMethodDescriptionvoidWidgetLoader.addChartWidget(SSheet sheet, SChart chart) call when spreadsheet try to load a block of cell to client side.voidSpreadsheetOutCtrl.addMergeCell(SSheet sheet, int left, int top, int right, int bottom) voidWidgetLoader.addPictureWidget(SSheet sheet, SPicture picture) voidWidgetLoader.deleteChartWidget(SSheet sheet, String chartId) voidSpreadsheetOutCtrl.deleteMergeCell(SSheet sheet, int left, int top, int right, int bottom) voidWidgetLoader.deletePictureWidget(SSheet sheet, String pictureId) org.zkoss.json.JSONObjectSpreadsheetCtrl.getCellAttr(SSheet sheet, SpreadsheetCtrl.CellAttribute type, int row, int col, StringAggregation styleAggregation, StringAggregation textAggregation, MergeAggregation mergeAggregation) Return Cell attributes r: row number c: column number t: cell html text et: cell edit text ft: format text meft: merge cell html text, edit text and format text ct: cell type s: cell style is: cell inner style rb: cell right border l: locked</> wp: wrap ha: horizontal alignment</> va: vertical alignment</> mi: merge id index mc: merge CSS index fs: font size fn: font name ovf: overflow Ignore put attribute if it's default Default attributes Cell type: blank</> Locked: true</> Wrap: false Horizontal alignment: left</> Vertical alignment: top</> Overflow: false Font size: 11pt</>CellDisplayLoader.getCellHtmlText(SSheet sheet, int row, int column) return the html text for this cellCellDisplayLoader.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) org.zkoss.json.JSONObjectSpreadsheetCtrl.getColumnHeaderAttrs(SSheet sheet, int colStart, int colEnd) SpreadsheetCtrl.getMergeMatrixHelper(SSheet sheet) org.zkoss.json.JSONObjectSpreadsheetCtrl.getRangeAttrs(SSheet sheet, SpreadsheetCtrl.Header containsHeader, SpreadsheetCtrl.CellAttribute type, int left, int top, int right, int bottom) org.zkoss.json.JSONObjectSpreadsheetCtrl.getRowHeaderAttrs(SSheet sheet, int rowStart, int rowEnd) voidSpreadsheetOutCtrl.insertColumns(SSheet sheet, int col, int size) voidSpreadsheetOutCtrl.insertRows(SSheet sheet, int row, int size) voidWidgetLoader.onColumnChange(SSheet sheet, int left, int right) voidWidgetHandler.onLoadOnDemand(SSheet sheet, int left, int top, int right, int bottom) call when spreadsheet try to load a block of cell to client side.voidWidgetLoader.onResetSparklineAnchor(SSheet sheet, CellRegion region) voidWidgetLoader.onRowChange(SSheet sheet, int top, int bottom) voidWidgetLoader.onRowColumnChange(SSheet sheet, CellRegion region) voidWidgetLoader.onSheetClean(SSheet sheet) indicate the sheet is dis-selectedvoidWidgetLoader.onSheetFreeze(SSheet sheet) indicate the sheet's freeze panel is changed.voidWidgetLoader.onSheetSelected(SSheet sheet) indicate the selected sheet of a spreadsheet is changed.voidSpreadsheetOutCtrl.removeColumns(SSheet sheet, int col, int size) voidSpreadsheetOutCtrl.removeRows(SSheet sheet, int row, int size) voidSpreadsheetOutCtrl.setColumnWidth(SSheet sheet, int col, int width, int id, boolean hidden) voidSpreadsheetOutCtrl.setRowHeight(SSheet sheet, int row, int height, int id, boolean hidden, boolean isCustom) voidWidgetLoader.updateChartWidget(SSheet sheet, SChart chart) voidSpreadsheetOutCtrl.updateMergeCell(SSheet sheet, int left, int top, int right, int bottom, int oleft, int otop, int oright, int obottom) voidWidgetLoader.updatePictureWidget(SSheet sheet, SPicture picture) voidWidgetHandler.updateWidget(SSheet sheet, String widgetId) Redraw widget -
Uses of SSheet in io.keikaiex.ui.impl
Methods in io.keikaiex.ui.impl with parameters of type SSheetModifier and TypeMethodDescriptionCellDisplayLoaderImpl.getCellHtmlText(SSheet sheet, int row, int column) CellDisplayLoaderImpl.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) -
Uses of SSheet in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget with parameters of type SSheetModifier and TypeMethodDescriptionvoidDefaultBookWidgetLoader.addChartWidget(SSheet sheet, SChart chart) voidDefaultBookWidgetLoader.addPictureWidget(SSheet sheet, SPicture picture) voidDefaultBookWidgetLoader.deleteChartWidget(SSheet sheet, String chartId) voidDefaultBookWidgetLoader.deletePictureWidget(SSheet sheet, String pictureId) protected WidgetDefaultBookWidgetLoader.newChartWidget(SSheet sheet, SChart chart, String panel, int zindex) DefaultBookWidgetLoader.newChartWidgetGroup(SSheet sheet, SChart chart, int zindex) protected WidgetDefaultBookWidgetLoader.newImageWidget(SSheet sheet, SPicture picture, org.zkoss.image.Image image, String panel, int zindex) DefaultBookWidgetLoader.newImageWidgetGroup(SSheet sheet, SPicture picture, int zindex) voidDefaultBookWidgetLoader.onColumnChange(SSheet sheet, int left, int right) voidDefaultWidgetHandler.onLoadOnDemand(SSheet sheet, int left, int top, int right, int bottom) voidDefaultBookWidgetLoader.onResetSparklineAnchor(SSheet sheet, CellRegion region) voidDefaultBookWidgetLoader.onRowChange(SSheet sheet, int top, int bottom) voidDefaultBookWidgetLoader.onRowColumnChange(SSheet sheet, CellRegion region) voidDefaultBookWidgetLoader.onSheetClean(SSheet sheet) voidDefaultBookWidgetLoader.onSheetFreeze(SSheet sheet) voidDefaultBookWidgetLoader.onSheetSelected(SSheet sheet) voidDefaultBookWidgetLoader.updateChartWidget(SSheet sheet, SChart chart) voidDefaultBookWidgetLoader.updatePictureWidget(SSheet sheet, SPicture picture) voidDefaultWidgetHandler.updateWidget(SSheet sheet, String widgetId) Constructors in io.keikaiex.ui.widget with parameters of type SSheetModifierConstructorDescriptionChartsWidget(SSheet sheet, SChart chartInfo, String panel, int zindex) ImageWidget(SSheet sheet, SPicture pic, String panel)