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 |
What is a drag manager in adobe flex actionscript?
Does exclude or exclude class really excludes the data or class?
What is cairnghorm in flex? How do we use it?have you worked with cairnghorn in flex?
What is display container?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
What are the collections classes available in flex?
Differentiate between flex 3 and flex 4?
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
Can I embed html in my flex application? : adobe flex action script
What events are used by the collections?
What is the model-view-controller (mvc) pattern?