| Package | mx.controls | 
| Class | public final class FileSystemEnumerationMode | 
| Inheritance | FileSystemEnumerationMode    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | AIR 1.1 | 
enumerationMode property
  of the FileSystemList, FileSystemDataGrid,
  and FileSystemTree classes.
 
  Related API Elements
mx.controls.FileSystemList.enumerationMode
mx.controls.FileSystemDataGrid.enumerationMode
mx.controls.FileSystemTree.enumerationMode
mx.controls.FileSystemDataGrid.enumerationMode
mx.controls.FileSystemTree.enumerationMode
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
|     DIRECTORIES_FIRST : String = "directoriesFirst" [static] 
      Specifies to show directories, then files.  | FileSystemEnumerationMode | ||
|     DIRECTORIES_ONLY : String = "directoriesOnly" [static] 
      Specifies to show directories but not files.  | FileSystemEnumerationMode | ||
|     FILES_AND_DIRECTORIES : String = "filesAndDirectories" [static] 
      Specifies to show both files and directories, mixed together.  | FileSystemEnumerationMode | ||
|     FILES_FIRST : String = "filesFirst" [static] 
      Specifies to show files first, then directories.  | FileSystemEnumerationMode | ||
|     FILES_ONLY : String = "filesOnly" [static] 
      Specifies to show files but not directories.  | FileSystemEnumerationMode | ||
Constant Detail
    DIRECTORIES_FIRST | Constant | 
public static const DIRECTORIES_FIRST:String = "directoriesFirst"| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | AIR 1.1 | 
Specifies to show directories, then files.
    DIRECTORIES_ONLY | Constant | 
public static const DIRECTORIES_ONLY:String = "directoriesOnly"| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | AIR 1.1 | 
Specifies to show directories but not files.
    FILES_AND_DIRECTORIES | Constant | 
public static const FILES_AND_DIRECTORIES:String = "filesAndDirectories"| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | AIR 1.1 | 
Specifies to show both files and directories, mixed together.
    FILES_FIRST | Constant | 
public static const FILES_FIRST:String = "filesFirst"| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | AIR 1.1 | 
Specifies to show files first, then directories.
    FILES_ONLY | Constant | 
public static const FILES_ONLY:String = "filesOnly"| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | AIR 1.1 | 
Specifies to show files but not directories.
Thu Dec 4 2014, 05:50 PM -08:00
 