Klasse AbstractUiToolContainer.SetButtonColorsCommand

java.lang.Object
org.teamapps.dto.AbstractUiToolContainer.SetButtonColorsCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
AbstractUiToolContainer

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • buttonId

      protected String buttonId
    • backgroundColor

      protected String backgroundColor
    • hoverBackgroundColor

      protected String hoverBackgroundColor
  • Konstruktordetails

    • SetButtonColorsCommand

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

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

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getGroupId

      public String getGroupId()
    • getButtonId

      public String getButtonId()
    • getBackgroundColor

      public String getBackgroundColor()
    • getHoverBackgroundColor

      public String getHoverBackgroundColor()