source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/widget/accessibility/IAccessibleComponent.as@ 1227

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

initial load of EDIS 1.0

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.