A view state defines a particular view of a component.
To create a view state, you define a base state, and then define a set of changes, or overrides, that modify the base state to define the new view state. Each additional view state can modify the base state by adding or removing child components, by setting style and property values, or by defining state-specific event handlers.
A view state does not have to modify the base
No comments:
Post a Comment