Class Ext.data.Field

Package:Ext.data
Defined In:DataField.js
Class:Field
Extends:Object

This class encapsulates the field definition information specified in the field definition objects passed to Ext.data.Record.create.

Developers do not need to instantiate this class. Instances are created by Ext.data.Record.create and cached in the fields property of the created Record constructor's prototype.

Config Options

Config OptionsDefined By
 sortDir : String
Initial direction to sort ("ASC" or "DESC"). Defaults to "ASC".
Field

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.