Class AbstractUiToolContainer.RemoveButtonGroupCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
  • Constructor Details

    • RemoveButtonGroupCommand

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

      public RemoveButtonGroupCommand(String componentId, String groupId)
  • Method Details