Package org.teamapps.dto
Class UiWindow.SetModalBackgroundDimmingColorCommand
- java.lang.Object
-
- org.teamapps.dto.UiWindow.SetModalBackgroundDimmingColorCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiColormodalBackgroundDimmingColor
-
Constructor Summary
Constructors Constructor Description SetModalBackgroundDimmingColorCommand()Deprecated.Only for Jackson deserialization.SetModalBackgroundDimmingColorCommand(java.lang.String componentId, UiColor modalBackgroundDimmingColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiColorgetModalBackgroundDimmingColor()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
modalBackgroundDimmingColor
protected UiColor modalBackgroundDimmingColor
-
-
Constructor Detail
-
SetModalBackgroundDimmingColorCommand
@Deprecated public SetModalBackgroundDimmingColorCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetModalBackgroundDimmingColorCommand
public SetModalBackgroundDimmingColorCommand(java.lang.String componentId, UiColor modalBackgroundDimmingColor)
-
-
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>
-
getModalBackgroundDimmingColor
public UiColor getModalBackgroundDimmingColor()
-
-