Object
+--mx.accessibility.AccImpl
+--mx.accessibility.LabelAccImplThis is the accessibility class for Label. If accessibility has to be enabled in a Label, the following code should be written in the first frame of the FLA file import mx.accessibility.LabelAccImpl; labelAccImpl.enableAccessibility();
_setText, accessibilityHooked, EVENT_OBJECT_NAMECHANGE, master, owner, ROLE_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub__proto__, constructor, prototypenew LabelAccImpl()
master:ObjectROLE:NumberEVENT_OBJECT_NAMECHANGE:Numberowner:Object_setText:Functionstatic accessibilityHooked:Booleanstatic function enableAccessibility()Method call for enabling accessibility for a component This method is required for compiler to activate the accessibility classes for a component
- See Also
mx.accessibility.LabelAccImpl
function createAccessibilityImplementation()Method for creating Accessibility class. This method is called from UIObject. Accessibility enabling code should be already written in the first frame of the FLA before this method is called
static function hookAccessibility():BooleanStatic Method for swapping the createAccessibilityImplementation method of Label with LabelAccImpl class