|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zhtml.Fileupload
public class Fileupload
A fileupload dialog used to let user upload a file.
You don't create Fileupload directly. Rather, use get()
or get(String, String).
A non-XHTML extension.
| Constructor Summary | |
|---|---|
Fileupload()
|
|
| Method Summary | |
|---|---|
static org.zkoss.util.media.Media |
get()
Opens a modal dialog with the default message and title, and let user upload a file. |
static org.zkoss.util.media.Media |
get(java.lang.String message,
java.lang.String title)
Opens a modal dialog with the specified message and title, and let user upload a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Fileupload()
| Method Detail |
|---|
public static org.zkoss.util.media.Media get()
throws java.lang.InterruptedException
java.lang.InterruptedException
public static org.zkoss.util.media.Media get(java.lang.String message,
java.lang.String title)
throws java.lang.InterruptedException
message - the message. If null, the default is used.title - the title. If null, the default is used.
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||