Packageardisia.components.htmlDragDrop.events
Classpublic class HtmlDragDropErrorEvent
InheritanceHtmlDragDropErrorEvent Inheritance flash.events.Event

Error event from the HtmlDragDrop class.



Public Properties
 PropertyDefined By
  file : HtmlDragDropFile
The file being dropped.
HtmlDragDropErrorEvent
Public Methods
 MethodDefined By
  
HtmlDragDropErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, file:HtmlDragDropFile = null)
HtmlDragDropErrorEvent
Public Constants
 ConstantDefined By
  ABORT_ERR : String = abortErr
[static]
HtmlDragDropErrorEvent
  BROWSER_NO_SUPPORT_ERR : String = browserNoSupportErr
[static]
HtmlDragDropErrorEvent
  NOT_FOUND_ERR : String = notFoundErr
[static]
HtmlDragDropErrorEvent
  NOT_READABLE_ERR : String = notReadableErr
[static]
HtmlDragDropErrorEvent
  UNKNOWN_ERR : String = unknownErr
[static]
HtmlDragDropErrorEvent
Property Detail
fileproperty
public var file:HtmlDragDropFile

The file being dropped.

The default value is null.

Constructor Detail
HtmlDragDropErrorEvent()Constructor
public function HtmlDragDropErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, file:HtmlDragDropFile = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
file:HtmlDragDropFile (default = null)
Constant Detail
ABORT_ERRConstant
public static const ABORT_ERR:String = abortErr

BROWSER_NO_SUPPORT_ERRConstant 
public static const BROWSER_NO_SUPPORT_ERR:String = browserNoSupportErr

NOT_FOUND_ERRConstant 
public static const NOT_FOUND_ERR:String = notFoundErr

NOT_READABLE_ERRConstant 
public static const NOT_READABLE_ERR:String = notReadableErr

UNKNOWN_ERRConstant 
public static const UNKNOWN_ERR:String = unknownErr