Class JmixUploadI18N.UploadDialog

java.lang.Object
io.jmix.flowui.kit.component.upload.JmixUploadI18N.UploadDialog
Enclosing class:
JmixUploadI18N

public static class JmixUploadI18N.UploadDialog extends Object
Contains properties for the upload dialog.
  • Field Details

    • title

      protected String title
    • cancel

      protected String cancel
  • Constructor Details

    • UploadDialog

      public UploadDialog()
  • Method Details

    • getTitle

      @Nullable public String getTitle()
      Returns:
      text that is shown in the dialog header
    • setTitle

      public JmixUploadI18N.UploadDialog setTitle(@Nullable String title)
      Sets text that is shown in the dialog header.
      Parameters:
      title - text to set
      Returns:
      current instance
    • getCancel

      @Nullable public String getCancel()
      Returns:
      text from the cancel button
    • setCancel

      public JmixUploadI18N.UploadDialog setCancel(@Nullable String cancel)
      Sets text to the cancel button.
      Parameters:
      cancel - text to set
      Returns:
      current instance