Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 284 Bytes

Component-based

Class是定义的超级父类

Base是对Class的扩展,通过init,get,set,bind,render,destroy以面向对象的方式进行组件化开发。

CommonList,WaterfallPagedList,SimplePageList都是以base为模版,进行扩展的实现列表功能的实例。