Klasse UiTable.CellEditingStartedEvent

java.lang.Object
org.teamapps.dto.UiTable.CellEditingStartedEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiTable

public static class UiTable.CellEditingStartedEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • currentValue

      protected Object currentValue
  • Konstruktordetails

    • CellEditingStartedEvent

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

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