What is state? : adobe flex action script
Answer / Mahinder Singh Karki
In Flex, a state represents a specific configuration of a UI component that determines its appearance and behavior. A component can have multiple states, such as normal, selected, disabled, or error states. You can define the visual differences between these states using styles or custom components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about remote object? What is end point in remote object?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
What keyword allows us to implement abstraction better in flex?
What type of skinning is available in flex?
In which level does the original movie resides? : adobe flex action script
What are the collections classes available in flex?
How to add two commands to one single event type?
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script
How do we use css styles in flex? : adobe flex action script
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
What is a filter function?