Class UiTable.SetRecordBoldCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • bold

      protected boolean bold
  • Constructor Details

    • SetRecordBoldCommand

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

      public SetRecordBoldCommand(String componentId, int recordId, boolean bold)
  • Method Details