Class UiTable.CancelEditingCellCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • propertyName

      protected String propertyName
  • Constructor Details

    • CancelEditingCellCommand

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

      public CancelEditingCellCommand(String componentId, int recordId, String propertyName)
  • Method Details