Uses of Class
io.keikaiex.ui.widget.BaseWidget
-
Packages that use BaseWidget Package Description io.keikaiex.ui.widget Classes used to implement extended Keikai Spreadsheet UI Component(implementation only). -
-
Uses of BaseWidget in io.keikaiex.ui.widget
Subclasses of BaseWidget in io.keikaiex.ui.widget Modifier and Type Class Description class
ChartsWidget
A ChartWidget to show chart in spreadsheet.class
ImageWidget
A ImageWiget to show image in spreadsheet.Methods in io.keikaiex.ui.widget that return BaseWidget Modifier and Type Method Description BaseWidget
WidgetCtrl. getWidget()
Constructors in io.keikaiex.ui.widget with parameters of type BaseWidget Constructor Description WidgetCtrl(BaseWidget widget)
-