Class AbstractUiToolContainer.CloseDropDownCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • buttonId

      protected String buttonId
  • Constructor Details

    • CloseDropDownCommand

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

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