com.atlassian.gwt
Class UploadFileForm

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.atlassian.gwt.UploadFileForm
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class UploadFileForm
extends com.google.gwt.user.client.ui.Widget


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
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
UploadFileForm()
           
 
Method Summary
 void addError(String error)
           
 com.google.gwt.dom.client.FormElement getForm()
           
 void reset()
           
 void setAction(String action)
           
 void setFormId(String id)
           
 void setLabel(String text)
           
 void setLegend(String text)
           
 void setUploadInProgressText(String text)
           
 void showInProgress()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
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, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UploadFileForm

@UiConstructor
public UploadFileForm()
Method Detail

setFormId

public void setFormId(String id)

setLabel

public void setLabel(String text)

setLegend

public void setLegend(String text)

setAction

public void setAction(String action)

setUploadInProgressText

public void setUploadInProgressText(String text)

getForm

public com.google.gwt.dom.client.FormElement getForm()

showInProgress

public void showInProgress()

addError

public void addError(String error)

reset

public void reset()


Copyright © 2003-2010 Atlassian. All Rights Reserved.