Lines Matching refs:Base
7 `Y.DataTable.Base`.
15 // DataTable API docs included before DataTable.Base to make yuidoc work
18 this class is functionally equivalent to DataTable.Base. However, feature
131 2. A ModelList of Base-based class instances (presumably Model subclass
156 DataTable.Base assigns the default `headerView` to `Y.DataTable.HeaderView` and
163 @extends DataTable.Base
167 // DataTable API docs included before DataTable.Base to make yuidoc work
172 subclasses of DataTable.Base will remain unmodified when new feature modules
180 var MyTableClass = Y.Base.create('table', Y.DataTable.Base,
195 // DataTable.Base can be instantiated if a featureless table is needed.
196 var table = new Y.DataTable.Base({
209 DataTable.Base is built from DataTable.Core, and sets the default `headerView`
212 @class Base
218 Y.DataTable.Base = Y.Base.create('datatable', Y.Widget, [Y.DataTable.Core],
227 // The DataTable API docs are above DataTable.Base docs.
229 Y.Base.create('datatable', Y.DataTable.Base, []), // Create the class