Using class properties on custom components to reduce the size of Flex applications
February 28th, 2009
When you build a custom component inheriting from UIComponent and you want to provide the ability for the end user to configure your component using different modes, you have to provide a property that will let him choose which mode to…