Package | Description |
---|---|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
io.keikai.ui.sys |
Classes that doing system control on Keikai Spreadsheet UI Components.
|
io.keikaiex.ui.widget |
Classes used to implement extended Keikai Spreadsheet UI Component(implementation only).
|
Modifier and Type | Method and Description |
---|---|
boolean |
VoidWidgetHandler.addWidget(Widget widget) |
boolean |
VoidWidgetHandler.removeWidget(Widget widget) |
Modifier and Type | Method and Description |
---|---|
boolean |
WidgetHandler.addWidget(Widget widget)
Add widget to a handler,
notice : WidgetHandler and Widget are implementation-sensitive.
|
boolean |
SpreadsheetCtrl.addWidget(Widget widget)
Add widget to the
WidgetHandler of this spreadsheet, |
boolean |
WidgetHandler.removeWidget(Widget widget)
Remove widget from a handler
notice : WidgetHandler and Widget are implementation-sensitive.
|
boolean |
SpreadsheetCtrl.removeWidget(Widget widget)
Remove widget from the
WidgetHandler of this spreadsheet, |
Modifier and Type | Class and Description |
---|---|
class |
BaseWidget |
class |
ChartsWidget
A ChartWidget to show chart in spreadsheet.
|
class |
ImageWidget
A ImageWiget to show image in spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
protected Widget |
DefaultBookWidgetLoader.newChartWidget(SSheet sheet,
SChart chart,
String panel,
int zindex) |
protected Widget |
DefaultBookWidgetLoader.newImageWidget(SSheet sheet,
SPicture picture,
org.zkoss.image.Image image,
String panel,
int zindex) |
Modifier and Type | Method and Description |
---|---|
protected List<Widget> |
DefaultBookWidgetLoader.newChartWidgetGroup(SSheet sheet,
SChart chart,
int zindex) |
protected List<Widget> |
DefaultBookWidgetLoader.newImageWidgetGroup(SSheet sheet,
SPicture picture,
int zindex) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultWidgetHandler.addWidget(Widget widget) |
boolean |
DefaultWidgetHandler.removeWidget(Widget widget) |
Copyright © 2020. All rights reserved.