Class UiTable.FieldOrderChangeEvent

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

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

    • componentId

      protected String componentId
    • columnPropertyName

      protected String columnPropertyName
    • position

      protected int position
  • Constructor Details

    • FieldOrderChangeEvent

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

      public FieldOrderChangeEvent(String componentId, String columnPropertyName, int position)
  • Method Details