MVVM Extension: Access UI Components Inside ViewModel"

From Documentation
(Created page with "=MVVM Extension: Access UI Components Inside View Model = To develop application in MVVM pattern separate View and its backend clearly Sometime developers want more control of co...")
 
Line 3: Line 3:
 
Sometime developers want more control of components...
 
Sometime developers want more control of components...
  
=Extend Case Scenario: A Popup Detail=
+
=Extend Case Scenario: Popup Detail=
 
In search example mentioned in previous article, users see an item's description in detail only when users click a item (as the below image shows). It's more convenient to show the description when the mouse hover an item. We'll implement this feature through MVVM with autowiring components.
 
In search example mentioned in previous article, users see an item's description in detail only when users click a item (as the below image shows). It's more convenient to show the description when the mouse hover an item. We'll implement this feature through MVVM with autowiring components.
  
 
[[File:smalltalks-mvvm-in-zk6-view-example.png]]
 
[[File:smalltalks-mvvm-in-zk6-view-example.png]]

Revision as of 07:46, 7 December 2011

MVVM Extension: Access UI Components Inside View Model

To develop application in MVVM pattern separate View and its backend clearly Sometime developers want more control of components...

Extend Case Scenario: Popup Detail

In search example mentioned in previous article, users see an item's description in detail only when users click a item (as the below image shows). It's more convenient to show the description when the mouse hover an item. We'll implement this feature through MVVM with autowiring components.

Smalltalks-mvvm-in-zk6-view-example.png