com.itmill.toolkit.terminal.gwt.client.ui
Class IUpload

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.FormPanel
                      extended by com.itmill.toolkit.terminal.gwt.client.ui.IUpload
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.ClickListener, com.google.gwt.user.client.ui.FiresFormEvents, com.google.gwt.user.client.ui.FormHandler, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.impl.FormPanelImplHost, Paintable, Iterable<com.google.gwt.user.client.ui.Widget>

public class IUpload
extends com.google.gwt.user.client.ui.FormPanel
implements Paintable, com.google.gwt.user.client.ui.ClickListener, com.google.gwt.user.client.ui.FormHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static String CLASSNAME
           
 
Fields inherited from class com.google.gwt.user.client.ui.FormPanel
ENCODING_MULTIPART, ENCODING_URLENCODED, METHOD_GET, METHOD_POST
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
IUpload()
           
 
Method Summary
protected  void disableUpload()
           
protected  void enableUploaod()
           
 void onClick(com.google.gwt.user.client.ui.Widget sender)
           
 void onSubmit(com.google.gwt.user.client.ui.FormSubmitEvent event)
           
 void onSubmitComplete(com.google.gwt.user.client.ui.FormSubmitCompleteEvent event)
           
 void updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 
Methods inherited from class com.google.gwt.user.client.ui.FormPanel
addFormHandler, getAction, getEncoding, getMethod, getTarget, onAttach, onDetach, onFormSubmit, onFrameLoad, removeFormHandler, setAction, setEncoding, setMethod, submit, wrap, wrap
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getContainerElement, getWidget, iterator, remove, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setWidth, setVisible, setVisible, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASSNAME

public static final String CLASSNAME
See Also:
Constant Field Values
Constructor Detail

IUpload

public IUpload()
Method Detail

updateFromUIDL

public void updateFromUIDL(UIDL uidl,
                           ApplicationConnection client)
Specified by:
updateFromUIDL in interface Paintable

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)
Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener

onSubmit

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

disableUpload

protected void disableUpload()

enableUploaod

protected void enableUploaod()

onSubmitComplete

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


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.