source:
EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/view/config/SelectionListDescriptor.as@
1227
| Last change on this file since 1227 was 1227, checked in by , 14 years ago | |
|---|---|
| File size: 304 bytes | |
| Rev | Line | |
|---|---|---|
| [1227] | 1 | package gov.va.med.edp.view.config |
| 2 | { | |
| 3 | import mx.collections.ArrayCollection; | |
| 4 | [Bindable] | |
| 5 | public class SelectionListDescriptor | |
| 6 | { | |
| 7 | public var shortName:String; | |
| 8 | public var longName:String; | |
| 9 | public var flagsVisible:Boolean; | |
| 10 | public var list:ArrayCollection; | |
| 11 | ||
| 12 | } | |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
