Class UiCheckBox.SetCheckColorCommand

java.lang.Object
org.teamapps.dto.UiCheckBox.SetCheckColorCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiCheckBox

public static class UiCheckBox.SetCheckColorCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected UiColor checkColor  
    protected java.lang.String componentId  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetCheckColorCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetCheckColorCommand​(java.lang.String componentId, UiColor checkColor)  
  • Method Summary

    Modifier and Type Method Description
    UiColor getCheckColor()  
    java.lang.String getComponentId()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait