topical media & game development

talk show tell print

student-ar-fl-data-SimpleCollectionItem.ax

student-ar-fl-data-SimpleCollectionItem.ax [swf] flex


  // Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
  package fl.data {
          
          
The @ax-student-ar-fl-data-SimpleCollectionItem class defines a single item in an inspectable property that represents a data provider. A @ax-student-ar-fl-data-SimpleCollectionItem object is a collection list item that contains only <code>label</code> and <code>data</code> properties--for example, a ComboBox or List component. @internal Is this revised description correct? Adobe: [LM} Yes, its ok. @includeExample examples/@fileExample.as @langversion 3.0 @playerversion Flash 9.0.28.0

  
          dynamic public class @ax-student-ar-fl-data-SimpleCollectionItem {
                  
                  [Inspectable()]
                  
The <code>label</code> property of the object. The default value is <code>label(<em>n</em>)</code>, where <em>n</em> is the ordinal index. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public var label:String;
                  
                  [Inspectable()]
                  
The <code>data</code> property of the object. @default null @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public var data:String;
                  
                  
Creates a new @ax-student-ar-fl-data-SimpleCollectionItem object. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public function @ax-student-ar-fl-data-SimpleCollectionItem() {}        
                  
                  
@private @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public function toString():String {
                          return "[@ax-student-ar-fl-data-SimpleCollectionItem: "+label+","+data+"]";        
                  }
          }        
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.