Class VSFieldReference

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

public class VSFieldReference extends VSRelativeReference<VSField>
VS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs. The parent property must implement the interface IVSFieldListener.
Author:
Christopher Mindus
  • Constructor Details

    • VSFieldReference

      public VSFieldReference()
      Creates a VirtualSpace Field property with no name and with a null value.
    • VSFieldReference

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

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