Class UiSimpleFileField.UpdateFileItemCommand

java.lang.Object
org.teamapps.dto.UiSimpleFileField.UpdateFileItemCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiSimpleFileField

public static class UiSimpleFileField.UpdateFileItemCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • UpdateFileItemCommand

      @Deprecated public UpdateFileItemCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UpdateFileItemCommand

      public UpdateFileItemCommand(String componentId, UiFileItem item)
  • Method Details