org.eclipse.higgins.ics.gwt.icm.client.panel
Class RestorePanel

java.lang.Object
  extended bycom.google.gwt.user.client.ui.UIObject
      extended bycom.google.gwt.user.client.ui.Widget
          extended bycom.google.gwt.user.client.ui.Composite
              extended byorg.eclipse.higgins.ics.gwt.icm.client.panel.ImportFilePanel
                  extended byorg.eclipse.higgins.ics.gwt.icm.client.panel.RestorePanel
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class RestorePanel
extends ImportFilePanel


Constructor Summary
RestorePanel(String actionUrl, String fileMask)
           
 
Method Summary
 void onSubmit(com.google.gwt.user.client.ui.FormSubmitEvent event)
           
 void onSubmitComplete(com.google.gwt.user.client.ui.FormSubmitCompleteEvent event)
           
 
Methods inherited from class org.eclipse.higgins.ics.gwt.icm.client.panel.ImportFilePanel
getDialog, getFileMask, getUpload, setAction, setFileMask, show
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, isAttached
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestorePanel

public RestorePanel(String actionUrl,
                    String fileMask)
Method Detail

onSubmit

public void onSubmit(com.google.gwt.user.client.ui.FormSubmitEvent event)
Specified by:
onSubmit in class ImportFilePanel

onSubmitComplete

public void onSubmitComplete(com.google.gwt.user.client.ui.FormSubmitCompleteEvent event)
Specified by:
onSubmitComplete in class ImportFilePanel