Class UiFloatingComponent.SetExpanderHandleColorCommand

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

public static class UiFloatingComponent.SetExpanderHandleColorCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • expanderHandleColor

      protected String expanderHandleColor
  • Constructor Details

    • SetExpanderHandleColorCommand

      @Deprecated public SetExpanderHandleColorCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetExpanderHandleColorCommand

      public SetExpanderHandleColorCommand(String componentId, String expanderHandleColor)
  • Method Details