Packageat.fhjoanneum.dmt.umj.core.util.ziputil
Classpublic class UnzipView
InheritanceUnzipView Inheritance spark.components.Group
Implements mx.binding.IBindingClient

An visual component spark Group that provides ui-controls to unzip files.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  archiveSizeLabel : Label
UnzipView
  archiveTimeLabel : Label
UnzipView
  clearButton : Button
UnzipView
  fileGrid : DataGrid
UnzipView
  outputPathLabel : Label
UnzipView
  successfullyImported : Label
UnzipView
  totalFilesLabel : Label
UnzipView
  totalFilesSizeLabel : Label
UnzipView
  unzipButton : Button
UnzipView
  zipPathLabel : Label
UnzipView
Public Methods
 MethodDefined By
  
Constructor.
UnzipView
Property Detail
archiveSizeLabelproperty
public var archiveSizeLabel:Label

This property can be used as the source for data binding.

archiveTimeLabelproperty 
public var archiveTimeLabel:Label

This property can be used as the source for data binding.

clearButtonproperty 
public var clearButton:Button

This property can be used as the source for data binding.

fileGridproperty 
public var fileGrid:DataGrid

This property can be used as the source for data binding.

outputPathLabelproperty 
public var outputPathLabel:Label

This property can be used as the source for data binding.

successfullyImportedproperty 
public var successfullyImported:Label

This property can be used as the source for data binding.

totalFilesLabelproperty 
public var totalFilesLabel:Label

This property can be used as the source for data binding.

totalFilesSizeLabelproperty 
public var totalFilesSizeLabel:Label

This property can be used as the source for data binding.

unzipButtonproperty 
public var unzipButton:Button

This property can be used as the source for data binding.

zipPathLabelproperty 
public var zipPathLabel:Label

This property can be used as the source for data binding.

Constructor Detail
UnzipView()Constructor
public function UnzipView()

Constructor.