Wednesday, May 27, 2009

Implementation of view states

In a Flex application it is very easy to implement various view without much overhead.
we can override default view-states one or more times and can have various view states as per our requirement.

so, let us see some of the ways:

Defining view state overrides

When we define a view state, we specify the changes, or overrides, from the base state to the new view state, or from any other view state to the new view state. As part of the view state, we can define the following overrides:

  • Set the value of object properties
  • Set the value of component styles
  • Add or remove components
  • Change the event handler assigned to an event
We'll see shortly implementations of all these......

Regards,
Ashok

No comments:

Post a Comment