Class ComponentChange


  • public class ComponentChange
    extends java.lang.Object
    This class represents the configuration of a Component at a specific location in a running DesignerViewModel. It is primarily a convenience class for deserializing a json representation of a view's component tree node, as happens when a client-side view has had a change in the shape of it's component tree, and needs to notify the gateway about the change to update validate the gateway-side model.
    • Field Detail

      • addressPath

        public java.lang.String addressPath
      • componentId

        public int componentId
    • Constructor Detail

      • ComponentChange

        public ComponentChange()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object