Class UploadFileListI18N.File

java.lang.Object
com.vaadin.flow.component.upload.UploadFileListI18N.File
All Implemented Interfaces:
Serializable
Enclosing class:
UploadFileListI18N

public static class UploadFileListI18N.File extends Object implements Serializable
File button aria-label translations.
See Also:
  • Constructor Details

    • File

      public File()
  • Method Details

    • getRetry

      public String getRetry()
      Get aria-label of the retry file button.
      Returns:
      aria-label translation string
    • setRetry

      public UploadFileListI18N.File setRetry(String retry)
      Set aria-label on the retry file button.
      Parameters:
      retry - aria-label translation string
      Returns:
      this instance for chaining
    • getStart

      public String getStart()
      Get aria-label of the start file button.
      Returns:
      aria-label translation string
    • setStart

      public UploadFileListI18N.File setStart(String start)
      Set aria-label on the start file button.
      Parameters:
      start - aria-label translation string
      Returns:
      this instance for chaining
    • getRemove

      public String getRemove()
      Get aria-label of the remove file button.
      Returns:
      aria-label translation string
    • setRemove

      public UploadFileListI18N.File setRemove(String remove)
      Set aria-label on the remove file button.
      Parameters:
      remove - aria-label translation string
      Returns:
      this instance for chaining