Class AbstractUiToolContainer.SetButtonColorsCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • buttonId

      protected String buttonId
    • backgroundColor

      protected String backgroundColor
    • hoverBackgroundColor

      protected String hoverBackgroundColor
  • Constructor Details

    • SetButtonColorsCommand

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

      public SetButtonColorsCommand(String componentId, String groupId, String buttonId, String backgroundColor, String hoverBackgroundColor)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getComponentId

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>
    • getGroupId

      public String getGroupId()
    • getButtonId

      public String getButtonId()
    • getBackgroundColor

      public String getBackgroundColor()
    • getHoverBackgroundColor

      public String getHoverBackgroundColor()