Class AbstractUiToolContainer.SetButtonHasDropDownCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • buttonId

      protected String buttonId
    • hasDropDown

      protected boolean hasDropDown
  • Constructor Details

    • SetButtonHasDropDownCommand

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

      public SetButtonHasDropDownCommand(String componentId, String groupId, String buttonId, boolean hasDropDown)
  • Method Details