Package org.teamapps.dto
Class AbstractUiToolContainer.SetButtonColorsCommand
- java.lang.Object
-
- org.teamapps.dto.AbstractUiToolContainer.SetButtonColorsCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- AbstractUiToolContainer
public static class AbstractUiToolContainer.SetButtonColorsCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected java.lang.StringbuttonIdprotected java.lang.StringcomponentIdprotected java.lang.StringgroupIdprotected java.lang.StringhoverBackgroundColor
-
Constructor Summary
Constructors Constructor Description SetButtonColorsCommand()Deprecated.Only for Jackson deserialization.SetButtonColorsCommand(java.lang.String componentId, java.lang.String groupId, java.lang.String buttonId, java.lang.String backgroundColor, java.lang.String hoverBackgroundColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBackgroundColor()java.lang.StringgetButtonId()java.lang.StringgetComponentId()java.lang.StringgetGroupId()java.lang.StringgetHoverBackgroundColor()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SetButtonColorsCommand
@Deprecated public SetButtonColorsCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetButtonColorsCommand
public SetButtonColorsCommand(java.lang.String componentId, java.lang.String groupId, java.lang.String buttonId, java.lang.String backgroundColor, java.lang.String hoverBackgroundColor)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getGroupId
public java.lang.String getGroupId()
-
getButtonId
public java.lang.String getButtonId()
-
getBackgroundColor
public java.lang.String getBackgroundColor()
-
getHoverBackgroundColor
public java.lang.String getHoverBackgroundColor()
-
-