Component Model Overview
- Ext.Component Base Class
-
Example Components:
- Ext.GridPanel
- Ext.Window
- Ext.Panel
- Ext.FormPanel
- etc...
- A Component typically consists of many HtmlElements
-
Component Life Cycle:
- Managed initialization and lazy instantiation - each component has an associated xtype
- Managed rendering and deferred rendering
- Managed destruction
- State Management
- Provides base methods and events for managing enabling/disabling and visibility