Class UiSimpleFileField.RemoveFileItemCommand

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

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

    • componentId

      protected String componentId
    • itemUuid

      protected String itemUuid
  • Constructor Details

    • RemoveFileItemCommand

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

      public RemoveFileItemCommand(String componentId, String itemUuid)
  • Method Details