From 93f2226ec5151f6fe42401a9742d44c6d7809fe0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:23:22 +0800 Subject: [PATCH] roojs-bootstrap.js roojs-bootstrap-debug.js Roo/grid/AbstractSelectionModel.js --- Roo/grid/AbstractSelectionModel.js | 1 + roojs-bootstrap-debug.js | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Roo/grid/AbstractSelectionModel.js b/Roo/grid/AbstractSelectionModel.js index a09533abea..d272b0e770 100644 --- a/Roo/grid/AbstractSelectionModel.js +++ b/Roo/grid/AbstractSelectionModel.js @@ -12,6 +12,7 @@ /** * @class Roo.grid.AbstractSelectionModel * @extends Roo.util.Observable + * @abstract * Abstract base class for grid SelectionModels. It provides the interface that should be * implemented by descendant classes. This class should not be directly instantiated. * @constructor diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 2d7b39dfc4..99a72e419c 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -7419,6 +7419,7 @@ Roo.extend(Roo.grid.SplitDragZone, Roo.dd.DDProxy, { /** * @class Roo.grid.AbstractSelectionModel * @extends Roo.util.Observable + * @abstract * Abstract base class for grid SelectionModels. It provides the interface that should be * implemented by descendant classes. This class should not be directly instantiated. * @constructor @@ -8709,8 +8710,8 @@ Currently the Table uses multiple headers to try and handle XL / Medium etc... * - * @cfg {Roo.grid.RowSelectionModel|Roo.grid.CellSelectionModel} sm The selection model to use (cell selection is not supported yet) - * @cfg {Roo.data.Store|Roo.data.SimpleStore} store The data store to use + * @cfg {Roo.grid.AbstractSelectionModel} sm The selection model to use (cell selection is not supported yet) + * @cfg {Roo.data.Store} store The data store to use * @cfg {Roo.grid.ColumnModel} cm[] A column for th grid. * * @cfg {String} cls table class -- 2.39.2