I would really like to see some more getters throughout the framework, for easier customization of elements and asul objects from my own plugins.
Example:
I'm building a plugin where I want to access the TextField in a Text asul object, to add a listener for TextEvent.TEXT_INPUT.
If there were a getter in the Text class like:
public function get tf():TextField {return textField;}
it would really make it easier..