Class UiComponent.SetClassNamesCommand

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

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

  • Constructor Details

    • SetClassNamesCommand

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

      public SetClassNamesCommand(String componentId, String selector, Map<String,Boolean> classNames)
  • Method Details