Class UiTable.CellEditingStartedEvent

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • currentValue

      protected Object currentValue
  • Constructor Details

    • CellEditingStartedEvent

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

      public CellEditingStartedEvent(String componentId, int recordId, String columnPropertyName, Object currentValue)
  • Method Details