Class UiTable.CellValueChangedEvent

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • value

      protected Object value
  • Constructor Details

    • CellValueChangedEvent

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

      public CellValueChangedEvent(String componentId, int recordId, String columnPropertyName, Object value)
  • Method Details