Extjs model data entity model

Source: Internet
Author: User

1. extjs Data Model Basics

Three important types of extjs data packets: Model (data entity model), store (data set), and proxy (Data proxy)

The data model of extjs mainly includes:

  • Data entity model: Model


    The data entity model represents the data entity used in the application system.

  • Data Proxy: proxy


  • Data reader: reader and writer

    The data reader is used to read the original data to the model data entity model, or format the model data entity model to the specified data format.

  • Dataset: Store

A dataset is a client cache that stores Model objects. It provides data filtering, sorting, and searching functions. It is often used for data interfaces of data models and UI components.

2. model data entity model

Four important components of the model data entity model class:

  • Fields: Field Definition
  • Proxy: Data proxy
  • Associations: Model Association
  • Validations: data verification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.