Package org.teamapps.dto
Class UiRootPanel.SetBackgroundColorCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.SetBackgroundColorCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.SetBackgroundColorCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected intanimationDurationprotected UiColorcolor -
Constructor Summary
Constructors Constructor Description SetBackgroundColorCommand()Deprecated.Only for Jackson deserialization.SetBackgroundColorCommand(UiColor color, int animationDuration) -
Method Summary
Modifier and Type Method Description intgetAnimationDuration()UiColorgetColor()java.lang.StringgetComponentId()java.lang.StringtoString()
-
Field Details
-
color
-
animationDuration
protected int animationDuration
-
-
Constructor Details
-
SetBackgroundColorCommand
@Deprecated public SetBackgroundColorCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetBackgroundColorCommand
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getColor
-
getAnimationDuration
public int getAnimationDuration() -
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-