Class UiNotificationBar.RemoveItemCommand

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

public static class UiNotificationBar.RemoveItemCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • RemoveItemCommand

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

      public RemoveItemCommand(String componentId, String id, UiExitAnimation exitAnimation)
  • Method Details