Class UiTable.ClearTableCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • ClearTableCommand

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

      public ClearTableCommand(String componentId)
  • Method Details