Class UiTable.FocusCellCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
  • Constructor Details

    • FocusCellCommand

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

      public FocusCellCommand(String componentId, int recordId, String columnPropertyName)
  • Method Details