Class UiTable.ColumnSizeChangeEvent

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

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

    • componentId

      protected String componentId
    • columnPropertyName

      protected String columnPropertyName
    • size

      protected int size
  • Constructor Details

    • ColumnSizeChangeEvent

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

      public ColumnSizeChangeEvent(String componentId, String columnPropertyName, int size)
  • Method Details