Class AbstractUiToolContainer.RemoveButtonCommand

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

public static class AbstractUiToolContainer.RemoveButtonCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • buttonId

      protected String buttonId
  • Constructor Details

    • RemoveButtonCommand

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

      public RemoveButtonCommand(String componentId, String groupId, String buttonId)
  • Method Details