Class VSComponentReference

All Implemented Interfaces:
EventListener, IGProp<String>, IPropReference, IReferencingGProp, Cloneable

public class VSComponentReference extends VSRelativeReference<VSComponent>
VS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs. The parent property must implement the interface IVSFieldListener for VSField references and.... TODO!
Author:
Christopher Mindus
  • Constructor Details

    • VSComponentReference

      public VSComponentReference()
      Creates a VirtualSpace component reference property with no name and with a null value.
    • VSComponentReference

      public VSComponentReference(Atom propertyAtom)
      Creates a VirtualSpace component reference property with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
    • VSComponentReference

      public VSComponentReference(Atom propertyAtom, String newValue)
      Creates a VirtualSpace component reference property with the specified name and value.
      Parameters:
      propertyAtom - the property atom.
      newValue - the new string value for the property.
  • Method Details