zkmax.wgt
Class DropUploader

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

public class DropUploader
extends Object

Default file uploader for Dropupload.


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 void $init(Dropupload upload, String id, java.lang.Object file)
          Constructor
 Dropupload getWidget()
          Return the widget which the uploader belongs to.
 boolean isFinish()
          Return the upload is finish or not.
 
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(Dropupload upload,
                  String id,
                  java.lang.Object file)
Constructor

Parameters:
upload - the upload widget belong to the file uploader
id - the ID of uploader
file - the file instance to be uploaded

getWidget

public Dropupload getWidget()
Return the widget which the uploader belongs to.

Returns:
zkmax.wgt.Dropupload

isFinish

public boolean isFinish()
Return the upload is finish or not.

Returns:
boolean


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