Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
mvp



Model-View-Presenter

(programming)   (MVP) A user interface architectural pattern where functions are separated between the model, view and presenter.

The model defines the data to be displayed or otherwise acted upon in the user interface.

The view displays data from the model and routes user commands (events) to the presenter to act upon that data.

The presenter retrieves data from the model and displays it in the view.

The implementation of MVP can vary as to how much presentation logic is handled by the presenter and the view. In a web application most presentation logic is usually in the view which runs in the web browser.

MVP is one of the MV* variations of the MVC pattern.

Last updated: 2014-11-27




Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.