Class MultipleUpload
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.HorizontalPanel
com.logicaldoc.gui.common.client.widgets.MultipleUpload
- 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 MultipleUpload
extends com.google.gwt.user.client.ui.HorizontalPanel
A widget to upload multiple files 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 SummaryConstructorsConstructorDescriptionMultipleUpload(com.smartgwt.client.widgets.IButton confirmButton) MultipleUpload(com.smartgwt.client.widgets.IButton confirmButton, String label) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetFileTypes(String fileTypes) voidsetMaxUploads(int maxUploads) Methods inherited from class com.google.gwt.user.client.ui.HorizontalPaneladd, 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- 
MultipleUploadpublic MultipleUpload(com.smartgwt.client.widgets.IButton confirmButton) 
- 
MultipleUpload
 
- 
- 
Method Details- 
setFileTypes
- 
setMaxUploadspublic void setMaxUploads(int maxUploads) 
- 
getUploadedFiles
 
-