ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.controls 

FileSystemEnumerationMode  - AS3 Flex

Packagemx.controls
Classpublic final class FileSystemEnumerationMode
InheritanceFileSystemEnumerationMode Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: AIR 1.1

The FileSystemEnumerationMode class defines the constant values for the enumerationMode property of the FileSystemList, FileSystemDataGrid, and FileSystemTree classes.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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.