Properties Methods Events Config Options Direct Link
Observable
  Stateful

Class Ext.util.Stateful

Package:Ext.util
Defined In:Stateful.js
Class:Stateful
Subclasses:Model
Extends:Observable
Represents any object whose data can be saved by a Proxy. Ext.Model and Ext.View both inherit from this class as both can save state (Models save field state, Views save configuration)

Config Options

Config OptionsDefined By

Public Properties

PropertyDefined By
 dirty : Boolean
Readonly flag - true if this Record has been modified.
Stateful
 editing : Boolean
Internal flag used to track whether or not the model instance is currently being edited. Read-only
Stateful
 modified : Object
Key: value pairs of all fields whose values have changed
Stateful

Public Methods

MethodDefined By

Public Events

This class has no public events.