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

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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  addFilesButton : Button
ZipView
  addFolderButton : Button
ZipView
  archiveFileGrid : DataGrid
ZipView
  archiveSizeLabel : Label
ZipView
  archiveTimeLabel : Label
ZipView
  createArchiveButton : Button
ZipView
  outputPathLabel : Label
ZipView
  processTimeLabel : Label
ZipView
  refresh : Button
ZipView
  save_all_xmls : Button
ZipView
  successfullyExported : Label
ZipView
  totalFilesLabel : Label
ZipView
  totalFilesSizeLabel : Label
ZipView
Public Methods
 MethodDefined By
  
Constructor.
ZipView
Protected Methods
 MethodDefined By
  
group1_creationCompleteHandler(event:FlexEvent):void
ZipView
  
refresh_clickHandler(event:MouseEvent):void
ZipView
  
save_all_xmls_clickHandler(event:MouseEvent):void
ZipView
Property Detail
addFilesButtonproperty
public var addFilesButton:Button

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

addFolderButtonproperty 
public var addFolderButton:Button

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

archiveFileGridproperty 
public var archiveFileGrid:DataGrid

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

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.

createArchiveButtonproperty 
public var createArchiveButton:Button

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.

processTimeLabelproperty 
public var processTimeLabel:Label

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

refreshproperty 
public var refresh:Button

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

save_all_xmlsproperty 
public var save_all_xmls:Button

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

successfullyExportedproperty 
public var successfullyExported: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.

Constructor Detail
ZipView()Constructor
public function ZipView()

Constructor.

Method Detail
group1_creationCompleteHandler()method
protected function group1_creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent

refresh_clickHandler()method 
protected function refresh_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

save_all_xmls_clickHandler()method 
protected function save_all_xmls_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent