Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.controls 
FileSystemEnumerationMode 
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.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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
  AIR-only DIRECTORIES_FIRST : String = "directoriesFirst"
[static] Specifies to show directories, then files.
FileSystemEnumerationMode
  AIR-only DIRECTORIES_ONLY : String = "directoriesOnly"
[static] Specifies to show directories but not files.
FileSystemEnumerationMode
  AIR-only FILES_AND_DIRECTORIES : String = "filesAndDirectories"
[static] Specifies to show both files and directories, mixed together.
FileSystemEnumerationMode
  AIR-only FILES_FIRST : String = "filesFirst"
[static] Specifies to show files first, then directories.
FileSystemEnumerationMode
  AIR-only FILES_ONLY : String = "filesOnly"
[static] Specifies to show files but not directories.
FileSystemEnumerationMode
Constant Detail
AIR-only 

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.

AIR-only 

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.

AIR-only 

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.

AIR-only 

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.

AIR-only 

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.