source:
EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/model/reports/ProviderReport.as
Last change on this file was 1227, checked in by , 13 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | package gov.va.med.edp.model.reports |
2 | { |
3 | import mx.collections.ICollectionView; |
4 | |
5 | [Bindable] |
6 | public class ProviderReport |
7 | { |
8 | public var providerList: ICollectionView; |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.