Interface StudioPropertyGroups.UploadComponent

All Superinterfaces:
StudioPropertyGroups.AcceptedFileTypesWithGeneralCategory, StudioPropertyGroups.AlignSelf, StudioPropertyGroups.BaseComponent, StudioPropertyGroups.BaseSizedComponent, StudioPropertyGroups.BaseSizedComponentWithClassNames, StudioPropertyGroups.BaseSizedEnabledComponentWithClassName, StudioPropertyGroups.ClassNames, StudioPropertyGroups.Colspan, StudioPropertyGroups.Css, StudioPropertyGroups.DropAllowedWithTrueDefaultValue, StudioPropertyGroups.Enabled, StudioPropertyGroups.HasHeightAttributes, StudioPropertyGroups.HasSizeAttributes, StudioPropertyGroups.HasWidthAttributes, StudioPropertyGroups.Height, StudioPropertyGroups.Id, StudioPropertyGroups.IdAndVisible, StudioPropertyGroups.JustifySelf, StudioPropertyGroups.MaxFileSize, StudioPropertyGroups.MaxHeight, StudioPropertyGroups.MaxWidth, StudioPropertyGroups.MinAndMaxHeight, StudioPropertyGroups.MinAndMaxWidth, StudioPropertyGroups.MinHeight, StudioPropertyGroups.MinWidth, StudioPropertyGroups.SizedComponentDefaultProperties, StudioPropertyGroups.UploadIcon, StudioPropertyGroups.UploadText, StudioPropertyGroups.Visible, StudioPropertyGroups.Width
Enclosing class:
StudioPropertyGroups

@StudioProperty(xmlAttribute="autoUpload",type=BOOLEAN,category="General",defaultValue="true") @StudioProperty(xmlAttribute="dropLabel",type=LOCALIZED_STRING,category="Look & Feel") @StudioProperty(xmlAttribute="dropLabelIcon",type=ICON,category="Look & Feel") @StudioProperty(xmlAttribute="maxFiles",type=INTEGER,category="Validation") @StudioProperty(xmlAttribute="receiverFqn",type=STRING) @StudioProperty(xmlAttribute="receiverType",type=ENUMERATION,options={"MEMORY_BUFFER","MULTI_FILE_MEMORY_BUFFER","FILE_TEMPORARY_STORAGE_BUFFER","MULTI_FILE_TEMPORARY_STORAGE_BUFFER"}) @StudioProperty(xmlAttribute="uploadHandlerFqn",type=STRING) @StudioProperty(xmlAttribute="uploadHandlerType",type=ENUMERATION,defaultValue="IN_MEMORY",options={"IN_MEMORY","FILE_TEMPORARY_STORAGE"}) public static interface StudioPropertyGroups.UploadComponent extends StudioPropertyGroups.SizedComponentDefaultProperties, StudioPropertyGroups.UploadText, StudioPropertyGroups.UploadIcon, StudioPropertyGroups.MaxFileSize, StudioPropertyGroups.AcceptedFileTypesWithGeneralCategory, StudioPropertyGroups.DropAllowedWithTrueDefaultValue