source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/widget/accessibility/IAccessibleComponent.as@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 235 bytes
Line 
1package gov.va.med.edp.widget.accessibility
2{
3 /**
4 * Interface for Accessible label
5 */
6 public interface IAccessibleComponent
7 {
8 function get accessibleText():String;
9 function set accessibleText(s:String):void;
10 }
11}
Note: See TracBrowser for help on using the repository browser.