Class UiComponent.SetAttributesCommand

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

public static class UiComponent.SetAttributesCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • SetAttributesCommand

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

      public SetAttributesCommand(String componentId, String selector, Map<String,String> attributes)
  • Method Details