When I define custom propertie in my MXML component, I also want to define a set of possible values of that property to make Flex Builder show then (possible values of the custom property) when I invoke code completion function.
Any idea how it could be done?
Use the [Inspectable] metatag with
enumerationattribute.