Package org.teamapps.dto
Class UiToolButton.SetGrayOutIfNotHoveredCommand
java.lang.Object
org.teamapps.dto.UiToolButton.SetGrayOutIfNotHoveredCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiToolButton
public static class UiToolButton.SetGrayOutIfNotHoveredCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected booleangrayOutIfNotHovered -
Constructor Summary
Constructors Constructor Description SetGrayOutIfNotHoveredCommand()Deprecated.Only for Jackson deserialization.SetGrayOutIfNotHoveredCommand(java.lang.String componentId, boolean grayOutIfNotHovered) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()booleangetGrayOutIfNotHovered()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
grayOutIfNotHovered
protected boolean grayOutIfNotHovered
-
-
Constructor Details
-
SetGrayOutIfNotHoveredCommand
@Deprecated public SetGrayOutIfNotHoveredCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetGrayOutIfNotHoveredCommand
public SetGrayOutIfNotHoveredCommand(java.lang.String componentId, boolean grayOutIfNotHovered)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getGrayOutIfNotHovered
public boolean getGrayOutIfNotHovered()
-