Klasse UiItemView.RemoveItemCommand

java.lang.Object
org.teamapps.dto.UiItemView.RemoveItemCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiItemView

public static class UiItemView.RemoveItemCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • itemId

      protected int itemId
  • Konstruktordetails

    • RemoveItemCommand

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

      public RemoveItemCommand(String componentId, String groupId, int itemId)
  • Methodendetails