Uses of Class
org.zkoss.zk.ui.event.UploadEvent

Packages that use UploadEvent
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of UploadEvent in org.zkoss.zul
 

Method parameters in org.zkoss.zul with type arguments of type UploadEvent
static Media[] Fileupload.get(EventListener<UploadEvent> listener)
          Opens a modal dialog to upload multiple files with the default message and title.
static Media[] Fileupload.get(int max, EventListener<UploadEvent> listener)
          Opens a modal dialog to upload multiple files with the default message and title.
protected static Media[] Fileupload.get(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String message, java.lang.String title, int max, int maxsize, boolean alwaysNative, EventListener<UploadEvent> listener)
          Opens a modal dialog to upload multiple files with the specified message, title and options.
 

Uses of UploadEvent in org.zkoss.zul.impl
 

Method parameters in org.zkoss.zul.impl with type arguments of type UploadEvent
 void FileuploadDlg.setUploadListener(EventListener<UploadEvent> listener)
          Set the upload call back event listener
 



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