Class UiTable.CellEditingStoppedEvent

java.lang.Object
org.teamapps.dto.UiTable.CellEditingStoppedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTable

public static class UiTable.CellEditingStoppedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
  • Constructor Details

    • CellEditingStoppedEvent

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

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