Class UiTable.ClearAllFieldMarkingsCommand

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

public static class UiTable.ClearAllFieldMarkingsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • ClearAllFieldMarkingsCommand

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

      public ClearAllFieldMarkingsCommand(String componentId)
  • Method Details