|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gate.cow.gwt.client.Upload
public class Upload
GUI for uploading a file to the server. Get information from the server with javascript variables in the show view and receive messages from PageService upload action.
Constructor Summary | |
---|---|
Upload()
|
Method Summary | |
---|---|
static void |
clear(com.google.gwt.user.client.Element parent)
Removes all of the element's children. |
void |
onHistoryChanged(String s)
Called when a GWT link is clicked. |
void |
onModuleLoad()
Called when the javascript file is loaded in a web page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Upload()
Method Detail |
---|
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void onHistoryChanged(String s)
onHistoryChanged
in interface com.google.gwt.user.client.HistoryListener
s
- anchor value of the linkpublic static void clear(com.google.gwt.user.client.Element parent)
parent
- a DOM element
IllegalArgumentException
- if parent
is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |