Class JmixUploadI18N

java.lang.Object
com.vaadin.flow.component.upload.UploadI18N
io.jmix.flowui.kit.component.upload.JmixUploadI18N
All Implemented Interfaces:
Serializable

public class JmixUploadI18N extends com.vaadin.flow.component.upload.UploadI18N
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Contains properties for the upload dialog.

    Nested classes/interfaces inherited from class com.vaadin.flow.component.upload.UploadI18N

    com.vaadin.flow.component.upload.UploadI18N.AddFiles, com.vaadin.flow.component.upload.UploadI18N.DropFiles, com.vaadin.flow.component.upload.UploadI18N.Error, com.vaadin.flow.component.upload.UploadI18N.File, com.vaadin.flow.component.upload.UploadI18N.SingleMulti, com.vaadin.flow.component.upload.UploadI18N.Units, com.vaadin.flow.component.upload.UploadI18N.Uploading
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
     
    void
    Sets properties for the upload dialog

    Methods inherited from class com.vaadin.flow.component.upload.UploadI18N

    getAddFiles, getCancel, getDropFiles, getError, getFile, getUnits, getUploading, setAddFiles, setCancel, setDropFiles, setError, setFile, setUnits, setUnits, setUploading

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • JmixUploadI18N

      public JmixUploadI18N()
  • Method Details

    • getUploadDialog

      @Nullable public JmixUploadI18N.UploadDialog getUploadDialog()
      Returns:
      properties for the upload dialog or null if not set
    • setUploadDialog

      public void setUploadDialog(@Nullable JmixUploadI18N.UploadDialog uploadDialog)
      Sets properties for the upload dialog
      Parameters:
      uploadDialog - upload dialog properties to set
    • copyUploadDialogPropertiesTo

      protected void copyUploadDialogPropertiesTo(JmixUploadI18N target)