(AIR only)
Packagemx.controls
Classpublic final class FileSystemEnumerationMode
InheritanceFileSystemEnumerationMode Inheritance Object

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

See also

mx.controls.FileSystemList.enumerationMode
mx.controls.FileSystemDataGrid.enumerationMode
mx.controls.FileSystemTree.enumerationMode


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
  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_FIRSTConstant
public static const DIRECTORIES_FIRST:String = "directoriesFirst"

Specifies to show directories, then files.

DIRECTORIES_ONLYConstant 
public static const DIRECTORIES_ONLY:String = "directoriesOnly"

Specifies to show directories but not files.

FILES_AND_DIRECTORIESConstant 
public static const FILES_AND_DIRECTORIES:String = "filesAndDirectories"

Specifies to show both files and directories, mixed together.

FILES_FIRSTConstant 
public static const FILES_FIRST:String = "filesFirst"

Specifies to show files first, then directories.

FILES_ONLYConstant 
public static const FILES_ONLY:String = "filesOnly"

Specifies to show files but not directories.