Class Upload
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.CellPanel
com.google.gwt.user.client.ui.VerticalPanel
com.logicaldoc.gui.common.client.widgets.Upload
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.HasAttachHandlers,- com.google.gwt.event.shared.HasHandlers,- com.google.gwt.user.client.EventListener,- com.google.gwt.user.client.ui.HasAlignment,- com.google.gwt.user.client.ui.HasHorizontalAlignment,- com.google.gwt.user.client.ui.HasVerticalAlignment,- com.google.gwt.user.client.ui.HasVisibility,- com.google.gwt.user.client.ui.HasWidgets,- com.google.gwt.user.client.ui.HasWidgets.ForIsWidget,- com.google.gwt.user.client.ui.IndexedPanel,- com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget,- com.google.gwt.user.client.ui.InsertPanel,- com.google.gwt.user.client.ui.InsertPanel.ForIsWidget,- com.google.gwt.user.client.ui.IsWidget,- Iterable<com.google.gwt.user.client.ui.Widget>
public class Upload
extends com.google.gwt.user.client.ui.VerticalPanel
A widget to upload a single file to the platform
- Since:
- 8.3.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObjectcom.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignmentcom.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstantNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignmentcom.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstantNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgetscom.google.gwt.user.client.ui.HasWidgets.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanelcom.google.gwt.user.client.ui.IndexedPanel.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanelcom.google.gwt.user.client.ui.InsertPanel.ForIsWidget
- 
Field SummaryFields inherited from class com.google.gwt.user.client.ui.UIObjectDEBUG_ID_PREFIXFields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignmentALIGN_CENTER, ALIGN_DEFAULT, ALIGN_JUSTIFY, ALIGN_LEFT, ALIGN_LOCALE_END, ALIGN_LOCALE_START, ALIGN_RIGHTFields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignmentALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.gwt.user.client.ui.VerticalPaneladd, getHorizontalAlignment, getVerticalAlignment, insert, insert, remove, setHorizontalAlignment, setVerticalAlignmentMethods inherited from class com.google.gwt.user.client.ui.CellPanelgetSpacing, setBorderWidth, setCellHeight, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setCellWidth, setSpacingMethods inherited from class com.google.gwt.user.client.ui.ComplexPanelgetWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, removeMethods inherited from class com.google.gwt.user.client.ui.Paneladd, clear, removeMethods inherited from class com.google.gwt.user.client.ui.WidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObjectaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.gwt.user.client.ui.IndexedPanelgetWidget, getWidgetCount, getWidgetIndex, removeMethods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidgetgetWidgetIndexMethods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidgetaddMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
Uploadpublic Upload(com.smartgwt.client.widgets.form.fields.SubmitItem submitButton) 
- 
Uploadpublic Upload(com.smartgwt.client.widgets.IButton confirmButton) 
- 
Uploadpublic Upload(com.smartgwt.client.widgets.IButton confirmButton, com.smartgwt.client.widgets.form.fields.SubmitItem submitButton) 
 
- 
- 
Method Details- 
setFileTypes
- 
getUploadedFile
 
-