rowset-min.js revision 03dbde2a7e9a9085567853a25059a0bc411069a8
YUI.add("rowset",function(B){function A(C){A.superclass.constructor.apply(this,arguments);}A.NAME="rowset";A.ATTRS={rows:{value:null,setter:"_setRows"},length:{value:0,readOnly:true}};B.extend(A,B.Base,{_setRows:function(D){var E=[];function C(F){E.push(new B.Row({data:F}));}B.Array.each(D,C);return E;},initializer:function(){},destructor:function(){},getRow:function(C){return this.get("rows")[C];}});B.Rowset=A;},"@VERSION@",{requires:["base","row"]});