Class UiSimpleFileField.AddFileItemCommand

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

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

  • Constructor Details

    • AddFileItemCommand

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

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