Class ReorderPropertyChange
java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.ReorderPropertyChange
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
componentIndexPaths, scope
-
Constructor Summary
ConstructorsConstructorDescriptionReorderPropertyChange
(String compIndexPath, PropertyType scope, String path, int oldIndex, int newIndex, String valueAsJson) -
Method Summary
-
Field Details
-
pathToParent
-
oldIndex
public int oldIndex -
newIndex
public int newIndex -
valueAsJson
-
-
Constructor Details
-
ReorderPropertyChange
public ReorderPropertyChange(String compIndexPath, PropertyType scope, String path, int oldIndex, int newIndex, String valueAsJson)
-