视图和控制器对象都依赖于模型。
记住,控制器的职责是为视图准备模型对象。
Remember the job of the controller is to prepare the model for the view..
控制器的目的是为视图准备模型对象。
The goal of the controller is to prepare the model for the view.
控制器和视图是完全自动基于模型的。
The controller and view are fully automated based on the model.
DPTK设计为使用模型-视图-控制器模式。
通过这种分离方式,多个视图以及控制器就可以同时与一个模型一起工作了。
Because of this separation, multiple views and controllers can work with the same model.
控制器作为视图和模型之间的桥梁(请参阅图1)。
为了说明这些限制,要创建带有模型、视图和控制器的Location。
To illustrate these limitations, you'll create a Location with model, view, and controller.
接下来,我们将用控制器或EditPart在模型与视图之间架起桥梁。
Next, we'll bridge the model and view with the controller, or EditPart.
最重要的是,XForms分隔表单的数据模型、视图和控制器。
Most importantly, XForms splits a form's data model, view, and controller.
控制器(controller)是模型及其视图之间的桥梁。
在这个反模式中,一个单独的servlet将处理视图、模型以及控制器逻辑。
In it, a single servlet processes view, model and controller logic.
“模型-视图-控制器”(MVC)就是用来帮助您控制变化的一种设计模式。
Model-View-Controller (MVC) is a design pattern put together to help control change.
重构的解决方案:应用模型-视图-控制器。
这个策略与流行的模型-视图-控制器(Model-View-Controller,MVC)设计模式相兼容(见图3)。
This strategy is easily compatible with the popular Model-View-Controller (MVC) design pattern (see figure 3).
用于代码生成的模型-视图-控制器模式。
这边是模型,那边是视图,控制器在中间。
Model on the one side, View on the other, the Controller's in between.
控制系统的软件视图是指从软件开发人员的角度观察到的控制器模型。
Software view is that of the controller model from the perspective of software developers.
术语“模型-视图-控制器”自70年代后期就已出现。
The term model-view-controller has been in use since the late 1970s.
术语“模型-视图-控制器”自70年代后期就已出现。
The term model-view-controller has been in use since the late 1970s.
应用推荐