Class VSField

All Implemented Interfaces:
EventListener, IFocusComp, IMessageBox, ICustomDataProvider, IGProp<GProp<?>[]>, IPatternOwner, IPropCnr, IReferencingPropCnr, IVSComponent, IVSComponentListener, IVSComponentState, IVSMessageComponent, Cloneable
Direct Known Subclasses:
EditorVSField

public class VSField extends VSComponent implements IVSMessageComponent, IPatternOwner, IReferencingPropCnr
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).

The field has a raw string format or a specific data type (e.g. Date or Number). It then has a formatted string that represents a displayable field text, formatted e.g. with the correct client locale.

Author:
Christopher Mindus