Skip to content
yurimalheiros edited this page Sep 13, 2010 · 4 revisions

View

  • Contains one or more Controllers
  • Set widgets position and style.
  • Connect callbacks
  • Methods that call one or more Controller methods and change the interface according their results.
  • Only the logic necessary to change the interface state is in a View
  • It’s possible compose a view with others views.

Controller

  • Contains one or more models
  • The most part of the project logic
  • May have public methods (API)

Model

  • Represents the data
  • Persists the data
Clone this wiki locally