Class KanbanColumnReorderEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixKanban<?>>
io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEvent
io.jmix.kanbanflowui.kit.component.event.KanbanColumnReorderEvent
All Implemented Interfaces:
Serializable

@DomEvent("columnReorder") public class KanbanColumnReorderEvent extends AbstractKanbanColumnEvent
Event describing a change in ordering of a column.
See Also:
  • Field Details

  • Constructor Details

    • KanbanColumnReorderEvent

      public KanbanColumnReorderEvent(JmixKanban<?> source, boolean fromClient, @EventData("event.detail.column.dataField") String dataField, @EventData("event.detail.oldIndex") Integer oldIndex, @EventData("event.detail.index") Integer newIndex)
  • Method Details

    • getOldIndex

      public Integer getOldIndex()
      Returns:
      index of the previous column position
    • getNewIndex

      public Integer getNewIndex()
      Returns:
      index of new column position