Klasse UiTable.CancelEditingCellCommand

java.lang.Object
org.teamapps.dto.UiTable.CancelEditingCellCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTable

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • propertyName

      protected String propertyName
  • Konstruktordetails

    • CancelEditingCellCommand

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

      public CancelEditingCellCommand(String componentId, int recordId, String propertyName)
  • Methodendetails