zkmax.wgt
Class DropUploadViewer

java.lang.Object
  extended by zk.Object
      extended by zkmax.wgt.DropUploadViewer

public class DropUploadViewer
extends Object

Default file viewer to see the upload status.


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 void $init(DropUploader uploader, java.lang.Object file)
          Constructor
 void update(int sent, int total)
          Updates the status of the file being uploaded.
 
Methods inherited from class zk.Object
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

$init

public void $init(DropUploader uploader,
                  java.lang.Object file)
Constructor

Parameters:
uploader -
file - the instance to be upload

update

public void update(int sent,
                   int total)
Updates the status of the file being uploaded.

Parameters:
sent - how many size being sent
total - the size of the file


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo