Lines Matching refs:Base
9 `Y.DataTable.Base`.
17 // DataTable API docs included before DataTable.Base to make yuidoc work
20 this class is functionally equivalent to DataTable.Base. However, feature
133 2. A ModelList of Base-based class instances (presumably Model subclass
158 DataTable.Base assigns the default `headerView` to `Y.DataTable.HeaderView` and
165 @extends DataTable.Base
169 // DataTable API docs included before DataTable.Base to make yuidoc work
174 subclasses of DataTable.Base will remain unmodified when new feature modules
182 var MyTableClass = Y.Base.create('table', Y.DataTable.Base,
197 // DataTable.Base can be instantiated if a featureless table is needed.
198 var table = new Y.DataTable.Base({
211 DataTable.Base is built from DataTable.Core, and sets the default `headerView`
214 @class Base
220 Y.DataTable.Base = Y.Base.create('datatable', Y.Widget, [Y.DataTable.Core],
229 // The DataTable API docs are above DataTable.Base docs.
231 Y.Base.create('datatable', Y.DataTable.Base, []), // Create the class