java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.ReorderPropertyChange

public class ReorderPropertyChange extends ComponentsPropertyChange
  • Field Details

    • pathToParent

      public String pathToParent
    • oldIndex

      public int oldIndex
    • newIndex

      public int newIndex
    • valueAsJson

      public String valueAsJson
  • Constructor Details

    • ReorderPropertyChange

      public ReorderPropertyChange(String compIndexPath, PropertyType scope, String path, int oldIndex, int newIndex, String valueAsJson)