Class UiTable.SetCellValueCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • value

      protected Object value
  • Constructor Details

    • SetCellValueCommand

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

      public SetCellValueCommand(String componentId, int recordId, String columnPropertyName, Object value)
  • Method Details