|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.gate.cow.gwt.client.Upload
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.
Field Summary | |
---|---|
private String |
uploadLink
|
private VerticalPanel |
vPanel
|
Constructor Summary | |
Upload()
|
Method Summary | |
---|---|
static void
|
clear(Element parent)
Removes all of the element's children. |
private String
|
getUploadLink()
Get the value of the uploadLink javascript variable. |
void
|
onHistoryChanged(String s)
Called when a GWT link is clicked. |
void
|
onModuleLoad()
Called when the javascript file is loaded in a web page. |
private void
|
setLocation(String location)
Set the location of the current web page and thus leave this module. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
private String uploadLink
private VerticalPanel vPanel
Constructor Detail |
---|
Upload()
Method Detail |
---|
public static void clear(Element parent)
parent
is null
private String getUploadLink()
public void onHistoryChanged(String s)
public void onModuleLoad()
private void setLocation(String location)
Groovy Documentation