|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zul.UploadViewer
public class UploadViewer
Default file viewer to see the upload status.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(Uploader uplder,
String flnm)
Constructor |
void |
destroy()
Destroys the upload viewer. |
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 |
|---|
public void $init(Uploader uplder,
String flnm)
uplder - flnm - the name of the file to be uploaded
public void update(int sent,
int total)
sent - how many percentage being senttotal - the size of the filepublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||