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 George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 304 bytes
Line 
1package gov.va.med.edp.view.config
2{
3import 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.